Thanks but still no luck, it imports fine as expected.

Also tried splitting it out to a separate models file but it failed to even
pick that.

Any other ideas?


On 1 April 2010 08:35, Kenneth Gonsalves <law...@au-kbc.org> wrote:

> On Thursday 01 Apr 2010 1:00:00 pm Wesley Childs wrote:
> > I removed the sqlite db file, changed the table name to something more
> > random and I still hit the same problem.
> >
>
> are you able to import your model and views.py from the shell. Just check
> if
> both these work - from yourproject.yourapp.views import * and import
> yourproject.yourapp.views. There used to be a bug where syncdb failed
> silently
> when the concerned views/models file had a failed import. I am not sure
> whether
> the bug has been rectified. (bad internet so cannot check)
> --
> regards
> Kenneth Gonsalves
> Senior Associate
> NRC-FOSS
> http://certificate.nrcfoss.au-kbc.org.in
>
> --
> 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<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
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.

Reply via email to