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