On Fri, Jul 4, 2008 at 6:01 PM, Arif <[EMAIL PROTECTED]> wrote: > > Hi, > > I hope someone can shed some light on this as I have been trying to > get Django to work for hours and hours. > > If I run a Django site that does not have a database connection the > localserver starts correctly, however if I run a site that requires a > database connection I get the following error when I run: > > python manage.py syncdb >
[error traceback snipped] Posting the contents of your models.py file someplace like dpaste.com might help someone pinpoint what is going wrong. You seem to have something in your models file called during validation that requires that the underlying database tables already exist. Possibly something to do with choices specified on some field? Karen --~--~---------~--~----~------------~-------~--~----~ 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 unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---