djangon預設的是SQLite,我們這邊會改成MySQL. DATABASES = { 'default': { # 'ENGINE': 'django.db.backends.sqlite3',
確定! 回上一頁