Make Stripe configurable

This commit is contained in:
2022-10-13 18:20:30 +01:00
parent e631811090
commit 1bf938c33e
6 changed files with 100 additions and 6 deletions

View File

@@ -38,3 +38,5 @@ if DEBUG:
"127.0.0.1",
"10.0.2.2",
]
SETTINGS_EXPORT = ["STRIPE_ENABLED"]

View File

@@ -72,6 +72,7 @@ TEMPLATES = [
"django.template.context_processors.request",
"django.contrib.auth.context_processors.auth",
"django.contrib.messages.context_processors.messages",
"core.util.django_settings_export.settings_export",
],
},
},