Hi, I've been wondering what happened to 'django_admin_log' table. I have started a few projects and initiated them as explained in the tutorial, but I always miss the 'django_admin_log' table. This prevents me from logging in into the admin interface.
I did a quick search for 'django_admin_log' on this group and it seems someone had the same problem. The answers were 'wrong environmental variable' or 'check your 'settings.py' to make sure they correspond with your database. Well, I've checked and checked them again, and still I'm missing 'django_admin_log' table no matter how hard I try. Could this be a bug? Or perhaps it would be beneficial to include some checks after issuing 'python manage init' command to see if all the necessary tables exist, and raising an informative and instructional error, if they don't. Just a thought. I'm not sure how feasible it is, but it would go a long way in persuading us, newbies, in sticking with this, otherwise excellent, framework.