Hi I just migrated to magic-removal and everything seems fine (my views
work etc)
...except that when I try to login into the admin app, I get an error
about

OperationalError at /admin/
(1054, "Unknown column 'django_content_type.model' in 'field list'")
Request Method:         GET
Request URL:    http://127.0.0.1:8000/admin/
Exception Type:         OperationalError
Exception Value:        (1054, "Unknown column 'django_content_type.model' in
'field list'")
Exception Location:
        
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/MySQLdb/connections.py
in defaulterrorhandler, line 33

when I recreate the database from scratch using manage.py syncdb, I get

ProgrammingError at /admin/
(1146, "Table 'myproject.django_session' doesn't exist")
Request Method:         GET
Request URL:    http://127.0.0.1:8000/admin/
Exception Type:         ProgrammingError
Exception Value:        (1146, "Table 'myproject.django_session' doesn't
exist")
Exception Location:
        
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/MySQLdb/connections.py
in defaulterrorhandler, line 33


what am I doing wrong?
any insight is very much appreciated 
thanks,
-frank


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

Reply via email to