Can't Make my app modifiable in the admin section of Django -


i newbie in django.i using eclipse development , os widows 7.i have app named mystudent.i using sqlite3 database.my issue when type python manage.py migrate mystudent shows fatal error following sql query failed.it says table table mystudent__student exists.when deleted , run command,it still show error.i have attached screen shot.my powershell screen shot enter image description here.my admin page : enter image description here

you can try "fake" migrate. if table exists, can tell south update latest migration forcing using fake option. see south django migrate


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -