mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
10 lines
115 B
Python
10 lines
115 B
Python
|
"""
|
||
|
WSGI config
|
||
|
"""
|
||
|
|
||
|
|
||
|
from django.core.wsgi import get_wsgi_application
|
||
|
|
||
|
|
||
|
application = get_wsgi_application()
|