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
.my admin page : 
you can try "fake" migrate. if table exists, can tell south update latest migration forcing using fake option. see south django migrate
Comments
Post a Comment