mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 17:05:50 +01:00
9 lines
174 B
Python
9 lines
174 B
Python
import os
|
|
|
|
|
|
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "pinry.settings.docker")
|
|
|
|
|
|
from django.core.wsgi import get_wsgi_application
|
|
application = get_wsgi_application()
|