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