Re: Helsinki area djangonauts: Let's meet up

2009-11-07 Thread Marek Pietrucha
Hey Friends! I would love to attend :) I just don't know if I can make it to Kaisla. I'm and exchange student in Turku University of Applied Sciences. Is the place of the meetup certain? Could you guys consider moving it to the oldest city of great Finland - Turku ? Best Regards! MP On Nov 6, 3

Re: ORM

2009-10-08 Thread Marek Pietrucha
I see that all of you guy's know what your talking about. I was thinking way won't you share some knowledge to this topic: http://groups.google.com/group/django-users/browse_thread/thread/1517053b51a1d7c8/ Please read and give some response. best regards. On Oct 7, 7:05 pm, Christophe Pettus w

nested inlines

2009-10-05 Thread Marek Pietrucha
Hello, Has anyone achieved something like nested inlines in the admin pages? Does anybody know about solutions to this matter? I know there is a patch for older versions of django but not only there are no new ones but also they didn't support editing (which makes it unusable). best regards, mp

InlineModelAdmin

2009-09-30 Thread Marek Pietrucha
Hello, Could someone help me how can i add inlines to a admin.StackedInline? On the django web page it is written that: "The InlineModelAdmin class is a subclass of ModelAdmin so it inherits all the same functionality as well as some of its own: (...)" But when i add "inlines" to a StackedModel

Re: admin site doesn't refresh

2009-09-27 Thread Marek Pietrucha
FALS PROBLEM!! No NEED to reply. sory :) On Sep 27, 6:00 pm, Marek Pietrucha wrote: > I added screen shots: > > localhost:http://picasaweb.google.com/mark.pietrucha/DjangoAdminSite#5386176920... > megiteam.pl:http://picasaweb.google.com/mark.pietrucha/DjangoAdminSit

Re: My Django powered website for web based learning

2009-09-27 Thread Marek Pietrucha
I can't get in :( Is the site up and running? On Sep 27, 3:16 pm, Parag Shah wrote: > Hello, > > I have created a Django powered website for open learning which organizes > various computer science related course videos in the form of structured > courses. > > Many thanks to the excellent Djang

Re: admin site doesn't refresh

2009-09-27 Thread Marek Pietrucha
I added screen shots: localhost: http://picasaweb.google.com/mark.pietrucha/DjangoAdminSite#5386176920766947362 megiteam.pl: http://picasaweb.google.com/mark.pietrucha/DjangoAdminSite#5386176927362649474 I think it's not a problem with the host because when i add different modules from other a

admin site doesn't refresh

2009-09-27 Thread Marek Pietrucha
Hello my dear django users, I started to write and application in django and I encountered a problem with which i'm dealing for about 2days (i'm quite frustrated ;) ) I have constructed my models, as follows: # Company Models from django.db import models class CompanyType(models.Model): na

Re: inspectdb and postgresql schema

2009-08-12 Thread Marek Pietrucha
Thank you for the anwser :) It's not comforting but now I don't have to dig the whole google achieve ;) In this case, how do I construct django models? best regards, Mark --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

inspectdb and postgresql schema

2009-08-11 Thread Marek Pietrucha
Hello, I have a relational database written in PostgreSQL 8.4. I use different schemas - not default public schema. I tried to inspectdb my database but the output was clean. It looked like the inspectdb tool didn't look in my schemas. I thought it was the matter of the pg driver, so I changed it