diff --git a/SciPost_v1/wsgi_staging.py b/SciPost_v1/wsgi_staging.py new file mode 100644 index 0000000000000000000000000000000000000000..a78b524fd804bea5c24ce5b0a2615d48b206a71a --- /dev/null +++ b/SciPost_v1/wsgi_staging.py @@ -0,0 +1,11 @@ +""" +WSGI config for SciPost_v1 project on Staging (jdewit.webfactional.com). +""" + +import os + +from django.core.wsgi import get_wsgi_application + +os.environ.setdefault("DJANGO_SETTINGS_MODULE", "SciPost_v1.settings.staging_release") + +application = get_wsgi_application()