SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 5cdee1b9 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Add wsgi file

parent 0ec3168a
No related branches found
No related tags found
No related merge requests found
"""
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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment