schon/evibes
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
..
settings Add "DISABLED_COMMERCE" feature to disable buying functionality 2025-05-05 17:32:57 +03:00
utils Initial Commit 2025-04-29 22:40:30 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00
api_urls.py Initial Commit 2025-04-29 22:40:30 +03:00
asgi.py Initial Commit 2025-04-29 22:40:30 +03:00
b2b_urls.py Initial Commit 2025-04-29 22:40:30 +03:00
celery.py Update Celery settings and worker configuration 2025-05-05 15:28:20 +03:00
hosts.py Initial Commit 2025-04-29 22:40:30 +03:00
middleware.py Update middleware to validate hosts and conditionally log errors 2025-05-05 15:49:20 +03:00
pagination.py Initial Commit 2025-04-29 22:40:30 +03:00
urls.py Initial Commit 2025-04-29 22:40:30 +03:00
wsgi.py Initial Commit 2025-04-29 22:40:30 +03:00