schon/evibes/settings
Egor fureunoir Gorbunov 85a49c4e8b Add "DISABLED_COMMERCE" feature to disable buying functionality
Introduce a global config flag `DISABLED_COMMERCE` to toggle buy functionality availability. Raise specific `DisabledCommerceError` when buying is disabled, ensuring end-users are informed. Additionally, reformat code for readability and consistency, improving overall maintainability.
2025-05-05 17:32:57 +03:00
..
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00
base.py Add slug field to Product and update related functionalities 2025-04-30 16:31:54 +03:00
caches.py Initial Commit 2025-04-29 22:40:30 +03:00
celery.py Initial Commit 2025-04-29 22:40:30 +03:00
constance.py Add "DISABLED_COMMERCE" feature to disable buying functionality 2025-05-05 17:32:57 +03:00
csp.py Initial Commit 2025-04-29 22:40:30 +03:00
database.py Initial Commit 2025-04-29 22:40:30 +03:00
drf.py Initial Commit 2025-04-29 22:40:30 +03:00
elasticsearch.py Initial Commit 2025-04-29 22:40:30 +03:00
emailing.py Initial Commit 2025-04-29 22:40:30 +03:00
extensions.py Initial Commit 2025-04-29 22:40:30 +03:00
graphene.py Initial Commit 2025-04-29 22:40:30 +03:00
logconfig.py Update promotion handling and logging levels 2025-05-05 17:16:57 +03:00