On Tue, Nov 4, 2008 at 3:00 PM, joshuajenkins <[EMAIL PROTECTED]> wrote:
>
> I'm running into an issue when just starting with Django 1.0 where the
> following exception is caught:
> Caught an exception while rendering: no such table: django_admin_log
>
> I've done some searching and it appears that this is common if you're
> not running Django 1.0, but 0.96 or lower.
>
> I've verified that I'm running 1.0 by checking at the command line
> (manage.py --version) which outputs 1.0-final-SVN-unkown
>
> Is this a common problem? All I have is a very simple model and a
> modified urls.py file.
>
> Any help would be appreciated.
> >
>


Did you run manage.py syncdb after adding django.contrib.admin to your
installed apps?

Colin

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

Reply via email to