mirror of
https://github.com/pinry/pinry.git
synced 2026-01-22 07:02:09 +01:00
5 lines
89 B
Python
5 lines
89 B
Python
from django.core.wsgi import get_wsgi_application
|
|
|
|
|
|
application = get_wsgi_application()
|