Re: "no such column" database error in admin

2013-09-23 Thread Avraham Serour
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

"no such column" database error in admin

2013-09-23 Thread Beverly Block
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