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