Добавление custom_exception_handler

This commit is contained in:
2026-07-18 22:44:06 +03:00
parent 7f87794fcc
commit a8d36b59b4
6 changed files with 93 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SettingUtils.initialize(
base_dir=BASE_DIR,
env_prefix="RACK_",
app_name="DRF Rack Demo",
app_name="DRF Rack",
url_root="wsgiapp.urls",
wsgi_application="wsgiapp.wsgi.application",
)