/usr/lib/python2.5/site-packages/django/db/__init__.py:59: DeprecationWarning: Short names for ENGINE in database configurations are deprecated. Prepend default.ENGINE with 'django.db.backends.'
DeprecationWarning
為了解決它,只要在setting.py裡面更改Engine的名稱即可。
'ENGINE': 'django.db.backends.sqlite3'
之後Short name格式都會取消支援,所以就記得在前面加上
django.db.backends.
沒有留言:
張貼留言