If you change the database, you should create database for the new database.
Use manage.py migrate command. (or manage.py syncdb if you used it for old database).
If you change the database, you should create database for the new database.
Use manage.py migrate command. (or manage.py syncdb if you used it for old database).