From 5cdee1b97696688d3fde712635392d798747f73c Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Tue, 9 Jan 2018 18:40:35 +0100
Subject: [PATCH] Add wsgi file

---
 SciPost_v1/wsgi_staging.py | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 SciPost_v1/wsgi_staging.py

diff --git a/SciPost_v1/wsgi_staging.py b/SciPost_v1/wsgi_staging.py
new file mode 100644
index 000000000..a78b524fd
--- /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()
-- 
GitLab