sqlite is the default for Django. It should not be used in production since it is usually slow. #myapp/settings/settings.py DATABASES = { 'default': ...
確定! 回上一頁