diff --git a/SciPost_v1/settings/local_jorran.py b/SciPost_v1/settings/local_jorran.py index 0ca80ebb49d60854a148e3619d6d79bae6e0d078..aae8b5341ad24f8d96241c29369bc18ff104c492 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")