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