chore(wsgi): Don't set an invalid settings module
This commit is contained in:
parent
76c07e3086
commit
fee28c598c
1 changed files with 0 additions and 4 deletions
|
@ -7,10 +7,6 @@ For more information on this file, see
|
|||
https://docs.djangoproject.com/en/4.2/howto/deployment/wsgi/
|
||||
"""
|
||||
|
||||
import os
|
||||
|
||||
from django.core.wsgi import get_wsgi_application
|
||||
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "api.settings")
|
||||
|
||||
application = get_wsgi_application()
|
||||
|
|
Loading…
Reference in a new issue