1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00
pyinventory_ynh/conf/wsgi.py

10 lines
115 B
Python
Raw Normal View History

2020-12-07 16:20:37 +01:00
"""
WSGI config
"""
from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()