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