Hi all, I'm trying to build a Django project by working through the handbook but I'm having some problems accessing the database by referencing the model I've created from it (by inspectdb). When attemping to do some "Basic Data Access" (Chapter 5) I can't import the models I've made (from [app name].models import [model name]), with the console erroring 'ImportError: cannot import name [model name]'. I checked the models.py inspectdb made with 'python manage.py validate' and 'python manage.py syncdb' exits with 'No fixtures found'. I would appreciate any help I can get. Thanks
Here is my models.py from my app: http://pastebin.ca/1947921 And here is my settings.py http://pastebin.ca/1947922 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.