From d68654514b773525cd44dc19eb79e8fef0b2e0d3 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Sat, 23 Sep 2017 12:55:45 +0200 Subject: [PATCH] Remove old setting --- SciPost_v1/settings/base.py | 2 -- SciPost_v1/settings/production.py | 1 - 2 files changed, 3 deletions(-) diff --git a/SciPost_v1/settings/base.py b/SciPost_v1/settings/base.py index b2d50e8e7..760615bd5 100644 --- a/SciPost_v1/settings/base.py +++ b/SciPost_v1/settings/base.py @@ -260,8 +260,6 @@ MAILCHIMP_API_KEY = 'test_API-key' # iThenticate ITHENTICATE_USERNAME = 'test_ithenticate_username' ITHENTICATE_PASSWORD = 'test_ithenticate_password' -# # Default folder to upload to, else uses the first folder of your account. -ITHENTICATE_DEFAULT_FOLDER_ID = None # Own settings JOURNALS_DIR = 'journals' diff --git a/SciPost_v1/settings/production.py b/SciPost_v1/settings/production.py index 617b72fdf..4684131ba 100644 --- a/SciPost_v1/settings/production.py +++ b/SciPost_v1/settings/production.py @@ -46,4 +46,3 @@ MAILCHIMP_API_KEY = get_secret("MAILCHIMP_API_KEY") # iThenticate ITHENTICATE_USERNAME = get_secret('ITHENTICATE_USERNAME') ITHENTICATE_PASSWORD = get_secret('ITHENTICATE_PASSWORD') -ITHENTICATE_DEFAULT_FOLDER_ID = get_secret('ITHENTICATE_FOLDER_ID') -- GitLab