Re: help with fixtures

2007-09-19 Thread Peter Klein
Hi Alex, I had the same problem and it almost drove me crazy. I even changed from MySQL to PostgreSQL to rule out the MySQL-DB constraints issue. But the solution was far more simple: the command 'syncdb' already populates some tables, e.g. django_content_types and loaddata therefore tries to up

Re: Form/manipulator advanced tutorial?

2006-10-09 Thread Peter Klein
Thanks for the link! This is what I was looking for. Greetings, Peter --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsu

Re: Form/manipulator advanced tutorial?

2006-10-06 Thread Peter Klein
the changes? We're currently developing an application with a lot of forms and I would like to reduce the refactoring to a minimum. Greetings, Peter Klein --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Djan