Allow disable paypal.
[wolnelektury.git] / src / wolnelektury / settings / contrib.py
index 858c402..664003f 100644 (file)
@@ -17,6 +17,7 @@ PAYPAL_CONFIG = {
     'client_id': '',
     'client_secret': '',
 }
+PAYPAL_ENABLED = True
 
 REST_FRAMEWORK = {
     "DEFAULT_RENDERER_CLASSES": (