4 lines
88 B
Python
4 lines
88 B
Python
from django.core.wsgi import get_wsgi_application
|
|
|
|
application = get_wsgi_application()
|