gunicorn myapp.wsgi:application
每次执行这个都会报错
ImproperlyConfigured: Requested setting DEFAULT_INDEX_TABLESPACE, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
求教这是什么问题
Python
Gunicorn
Django