On Aug 28, 7:57 am, "s.molinari" <s.molinar...@googlemail.com> wrote:
> Hiya!
> I tried to access the django admin page and I got that error. How do i
> fix it? I am stuck...
> I am new at using django as well... just to let you know ;)
>
> [snip]
> Exception Type: TemplateSyntaxError at /admin/
> Exception Value: Caught an exception while rendering: (1146, "Table
> 'winzees.django_admin_log' doesn't exist")

One of the tables needed for admin does not exist.  It appears you did
not run python manage.py syncdb after adding admin to your
INSTALLED_APPS.  You need to run syncdb after adding apps so that
their tables will be created.

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