I think I may have fixed it. I did the following: 1) I had moved sqlite, but didn't change the link, so I fixed that.
2) In the settings.py, I entered a path to the database, but not the actual database name, so I fixed that as well. 3) Then I re-ran the django-admin.py syncdb script $ django-admin.py syncdb Creating table auth_message Creating table auth_group Creating table auth_user Creating table auth_permission Creating table django_content_type Creating table django_session Creating table django_site You just installed Django's auth system, which means you don't have any superusers defined. Would you like to create one now? (yes/no): yes Please enter either "yes" or "no": yes Username (Leave blank to use 'username'): E-mail address: [EMAIL PROTECTED] Password: Password (again): Superuser created successfully. Installing index for auth.Message model Installing index for auth.Permission model Loading 'initial_data' fixtures... No fixtures found. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---