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