Re: Preferred way to expand User Model?

2007-08-31 Thread Rotlaus
On Aug 31, 11:02 am, "James Bennett" <[EMAIL PROTECTED]> wrote: > > what is the preferred way to expand the user model? I would use a > > model with a OneToOne Field, but documentation says i should not. What > > should i do instead? > > A foreign key with unique=True, as covered in the Django boo

Preferred way to expand User Model?

2007-08-31 Thread Rotlaus
Hi, what is the preferred way to expand the user model? I would use a model with a OneToOne Field, but documentation says i should not. What should i do instead? Regards, Andre --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

Re: Tutorial part 2, Problem with edit_inline

2007-03-10 Thread Rotlaus
Hi Rob, On Mar 9, 11:53 pm, Rob J Goedman wrote: > If you are using svn, doing an ' svn -r 4692 up ' in the django_src dir > followed by ' python setup.py install ' will make the model work. Thanks. That worked just fine. --~--~-~--~~~---~--~~ You received th

Tutorial part 2, Problem with edit_inline

2007-03-09 Thread Rotlaus
Sorry for the maybe dumb question, but i'm new to python and django. I#M just following th tutorial and have a problem at part 2 of it. When adding the edit_inline parameter to the poll foreign key as stated in the tutorial i get this error message: KeyError at /admin/polls/poll/1/ "Could not fin