From: Guillaume Pellerin Date: Wed, 23 Jun 2021 16:47:18 +0000 (+0200) Subject: cleanup X-Git-Tag: 2.1~61^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=aace96024ce9e02e2e9dd8d7ae1a587bec0d7fbe;p=teleforma.git cleanup --- diff --git a/app/settings.py b/app/settings.py index a606179b..d4fcb525 100644 --- a/app/settings.py +++ b/app/settings.py @@ -312,15 +312,6 @@ TINYMCE_DEFAULT_CONFIG = { "custom_undo_redo_levels": 10, } -# Sherlock's online payment -PAYMENT_SHERLOCKS_PATH = '/opt/sherlocks2' -PAYMENT_PARAMETERS = {'merchant_id': {'Semestrielle': "040109417200053", - 'Estivale': "040109417200054", }, - 'merchant_country': 'fr', - 'currency_code': '978', - 'language': 'fr' - } - REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': [ 'rest_framework.authentication.TokenAuthentication',