I could not save my data from the admin page

2011-06-06 Thread Temesgen Gebeyehu
Environment: Request Method: POST Request URL: http://127.0.0.1:8000/admin/books/author/add/ Django Version: 1.4 pre-alpha SVN-16262 Python Version: 2.7.1 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django

Re: I could not save my data from the admin page

2011-06-06 Thread Karen Tracey
On Mon, Jun 6, 2011 at 10:29 AM, Temesgen Gebeyehu wrote: > Exception Type: DatabaseError at /admin/books/author/add/ > Exception Value: no such table: django_admin_log > > A table used by the admin doesn't exist; you don't seem to have run syncdb after adding admin to INSTALLED_APPS. Karen -- h