it looks like you changed the model after running syncdb, syncdb is able to
create tables but not to add or remove columns.
for that you should take a look at south, it is called database migrations.
you may also delete the database and recreate
On Mon, Sep 23, 2013 at 10:53 AM, Beverly Block
w
I'm trying to use the admin interface, and while it's working for my User
object, when I try to access the Event object I get this:
Request Method: GET Request URL: http://localhost:8000/admin/test1/event/
Django
Version: 1.5.4 Exception Type: DatabaseError Exception Value:
no such column
2 matches
Mail list logo