SciPost Code Repository

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

Add staging settings file

parent 69121581
No related branches found
No related tags found
No related merge requests found
# Used on staging server with IP http://146.185.181.185/
# A Digital Ocean setup
from .base import *
# THE MAIN THING HERE
DEBUG = True
ALLOWED_HOSTS = ['146.185.181.185']
# Static and media
STATIC_ROOT = '/home/django/scipost_v1/static/'
MEDIA_ROOT = '/home/django/scipost_v1/media/'
WEBPACK_LOADER['DEFAULT']['BUNDLE_DIR_NAME'] = '/home/django/scipost_v1/static/bundles/'
JOURNALS_DIR = 'journals_dir'
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