Discussion:
Exception Value: no such table: django_admin_log
Slowness Chen
19 years ago
Permalink
I changed my model, ran "python manage.py init" , "python manage.py
install myapp" , "python manage.py createsuperuser" again, and when I
logged in, the
"Exception Value: no such table: django_admin_log" error came up. I
checked the model's schema, there is no table django_admin_log in it.
before changing my model, I
logged in successfully.
so,the question is, when is the django_admin_log table created? how can
I created it?
thanks in advance.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-***@googlegroups.com
To unsubscribe from this group, send email to django-users-***@googlegroups.com
For more options, visit this group at http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---
Slowness Chen
19 years ago
Permalink
BTW: I am running on magic-removal revision 2330


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-***@googlegroups.com
To unsubscribe from this group, send email to django-users-***@googlegroups.com
For more options, visit this group at http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---
Slowness Chen
19 years ago
Permalink
Well, it seems like I should run "python manage.py install admin"
again, since admin tables are in the same database. Sorry for the
newbie question.
in the half day', Django did impress me. great work.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-***@googlegroups.com
To unsubscribe from this group, send email to django-users-***@googlegroups.com
For more options, visit this group at http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Loading...