Re: I'm having trouble creating models

2005-09-08 Thread jocknerd
Thanks. I saw that in the latest tutorial but I was using some old code. I'll make the adjustments.

Re: I'm having trouble creating models

2005-09-08 Thread Maniac
jocknerd wrote: Just updated Django to revision 632. Hadn't done anything with django in a couple of weeks. The model syntax has changed some time ago: http://www.djangoproject.com/weblog/2005/aug/25/modelsyntax/

I'm having trouble creating models

2005-09-08 Thread jocknerd
Just updated Django to revision 632. Hadn't done anything with django in a couple of weeks. I started a new project with 'django-admin.py startproject projectname'. Added my database settings to it and ran 'django-admin.py init'. Everything working so far. Then created my app with 'django-adm