Files
Pinry/pinry/wsgi.py

5 lines
89 B
Python

from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()