mirror of
https://github.com/pinry/pinry.git
synced 2025-11-13 16:45:41 +01:00
9 lines
178 B
Python
9 lines
178 B
Python
import os
|
|
|
|
|
|
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "pinry.settings.production")
|
|
|
|
|
|
from django.core.wsgi import get_wsgi_application
|
|
application = get_wsgi_application()
|