django_example_ynh/django_ynh_tests/test_project/wsgi.py

10 lines
115 B
Python
Raw Normal View History

2020-12-23 19:53:13 +01:00
"""
WSGI config
"""
from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()