schon/evibes
Egor fureunoir Gorbunov 4bd037b828 Update middleware to validate hosts and conditionally log errors
Replaced hardcoded host checks with a dynamic check using `ALLOWED_HOSTS` from environment variables. Adjusted exception logging to include tracebacks only when the `DEBUG` environment variable is enabled.
2025-05-05 15:49:20 +03:00
..
settings Add slug field to Product and update related functionalities 2025-04-30 16:31:54 +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