我有一臺使用django的服務器。我試圖將我的數據庫從sqlite3切換到mysql。以前一切正常工作與sqlite3。但是,當我使用mysql和做django mysql syncdb不會在models.py中創建表
python manage.py syncdb
我沒有得到任何錯誤,但models.py中指定的表沒有創建。僅創建下列表格:
[[email protected] prototype]$ python manage.py syncdb
Syncing...
Creating tables ...
Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_group
Creating table auth_user_user_permissions
Creating table auth_user_groups
Creating table auth_user
Creating table django_content_type
Creating table django_session
Creating table django_site
Creating table django_admin_log
Creating table south_migrationhistory
任何人都知道爲什麼?
看到答案:http://stackoverflow.com/a/27204663 – Rafiq 2014-11-29 17:29:18