PyInventory/inventory_project/wsgi.py

10 wiersze
115 B
Python

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