On Dec 3, 4:12 pm, JonathanB <[EMAIL PROTECTED]> wrote:
> I've been following the tutorial on the Django site, except that I'm
> inserting the app I'm developing in place of the tutorial app data. I
> received this error after logging into the admin site.
>
> TemplateSyntaxError at /admin/
> Caught an exception while rendering: no such table: django_admin_log
You need to run ./manage.py syncdb after adding contrib.admin to your
INSTALLED_APPS.
--
DR.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---