我移動Django的網站從一臺服務器到另一個,我試圖執行syncdb,所以我已經把python manage.py syncdb,我得到這個輸出: Syncing...
Creating tables ...
The following content types are stale and need to be deleted:
orders | ordercontact
A
我試圖讓我的第一個Django項目工作,在Windows上,但我得到的是一條錯誤信息: File "c:\users\[username]\appdata\local\temp\easy_install-pazcre\MySQL_python-1.2.3-py2.7- win32.egg.tmp\MySQLdb\connections.py", line 187, in __init__ mys
當我嘗試對我的項目執行syncdb,我有錯誤: return Database.Cursor.execute(self, query, params)
django.db.utils.DatabaseError: no such table: main_region
forms.py from main.models import Region
class ChangeState(form