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
JensDiemer ba39fc8bf7 init
2020-12-08 09:06:25 +01:00

9 lines
115 B
Python

"""
WSGI config
"""
from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()