On Fri, May 30, 2008 at 11:48 AM, kamakhya <[EMAIL PROTECTED]> wrote:

>
> Everything thing worked fine on my my machine, but when I hosted on
> webspace, I
> got the following when tried to login to admin account;
>
> Template error
>
> In template /home/kgupta/django_src/django/contrib/admin/templates/
> admin/index.html, error at line 56
> Caught an exception while rendering: no such table: django_admin_log


Sounds like the database on the new setup doesn't have the django_admin_log
table.  Did you run 'python manage.py syncdb' after adding the admin
application to the settings.py file on the new setup?

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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to