On Thu, Apr 25, 2013 at 3:59 PM, Pedro Silva <[email protected]> wrote: > installed apps: > 'django.contrib.auth', > 'django.contrib.contenttypes', > 'django.contrib.sessions', > 'django.contrib.messages', > 'django.contrib.staticfiles', > 'django.contrib.admin', > 'django.contrib.admindocs', > 'psycopg2.extensions', > #my app > 'meetpop.meet', > #more info at https://code.google.com/p/gsettings/wiki/API > 'meetpop.gsettings', > #django logging view helper > 'django-log-file-viewer', > #custom template tags > 'meetpop.meet.templatetags', > > its fresh, i can create a fresh sqllite db with no probs. >
Comment out all apps except for those starting "django.". Run syncdb Re-enable one app Re-run syncdb Repeat Which one does it crash on? Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

