Add working prototype
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
import os
|
||||
|
||||
from django.core.handlers.wsgi import WSGIHandler
|
||||
from django.core.wsgi import get_wsgi_application
|
||||
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "core.settings")
|
||||
|
||||
application: WSGIHandler = get_wsgi_application()
|
Reference in New Issue
Block a user