3 lines
87 B
Python
3 lines
87 B
Python
from django.core.wsgi import get_wsgi_application
|
|
application = get_wsgi_application()
|