From 05fa6b5d1520f95fead41cc2c990e621bdbd9e9d Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@Jorrans-MacBook-Pro.local> Date: Thu, 22 Mar 2018 19:23:14 +0100 Subject: [PATCH] Update config --- SciPost_v1/settings/local_jorran.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SciPost_v1/settings/local_jorran.py b/SciPost_v1/settings/local_jorran.py index 0ca80ebb4..aae8b5341 100644 --- a/SciPost_v1/settings/local_jorran.py +++ b/SciPost_v1/settings/local_jorran.py @@ -13,10 +13,10 @@ MIDDLEWARE += ( INTERNAL_IPS = ['127.0.0.1', '::1'] # Static and media -STATIC_ROOT = '/Users/jorranwit/Develop/SciPost/scipost_v1/local_files/static/' -MEDIA_ROOT = '/Users/jorranwit/Develop/SciPost/scipost_v1/local_files/media/' +STATIC_ROOT = '/Users/jorrandewit/Documents/Develop/SciPost/scipost_v1/local_files/static/' +MEDIA_ROOT = '/Users/jorrandewit/Documents/Develop/SciPost/scipost_v1/local_files/media/' WEBPACK_LOADER['DEFAULT']['BUNDLE_DIR_NAME'] =\ - '/Users/jorranwit/Develop/SciPost/scipost_v1/local_files/static/bundles/' + '/Users/jorrandewit/Documents/Develop/SciPost/scipost_v1/local_files/static/bundles/' MAILCHIMP_API_USER = get_secret("MAILCHIMP_API_USER") MAILCHIMP_API_KEY = get_secret("MAILCHIMP_API_KEY") @@ -28,8 +28,8 @@ ITHENTICATE_USERNAME = get_secret('ITHENTICATE_USERNAME') ITHENTICATE_PASSWORD = get_secret('ITHENTICATE_PASSWORD') # Logging -LOGGING['handlers']['scipost_file_arxiv']['filename'] = '/Users/jorranwit/Develop/SciPost/SciPost_v1/logs/arxiv.log' -LOGGING['handlers']['scipost_file_doi']['filename'] = '/Users/jorranwit/Develop/SciPost/SciPost_v1/logs/doi.log' +LOGGING['handlers']['scipost_file_arxiv']['filename'] = '/Users/jorrandewit/Documents/Develop/SciPost/scipost_v1/logs/arxiv.log' +LOGGING['handlers']['scipost_file_doi']['filename'] = '/Users/jorrandewit/Documents/Develop/SciPost/scipost_v1/logs/doi.log' # Other CROSSREF_LOGIN_ID = get_secret("CROSSREF_LOGIN_ID") -- GitLab