OPENi-ict / api-framework

0 stars 2 forks source link

Delete User #37

Closed mzwicklbauer closed 10 years ago

mzwicklbauer commented 10 years ago

You cannot anymore delete a user from the django adminsistration panel after last pulls this week:

Exception Type: OperationalError at /admin/auth/user/8/delete/ Exception Value: no such table: OPENiapp_registeredapplication_user

Any idea?

romdim commented 10 years ago

My exception seems to be : No such table: OPENiapp_cloudlet So, need help from @mpetyx or @dmccarthy-tssg

mpetyx commented 10 years ago

guys I think that if you run locally python manage.py syncdb it should fix the errors. I added a couple of more tables in the database.

mzwicklbauer commented 10 years ago

works! Thanks Michael!