feat: add local access to user and request from anywhere

This commit is contained in:
Herculino Trotta
2025-01-27 13:19:28 -03:00
parent 7fe446e510
commit a08548bb13
2 changed files with 74 additions and 0 deletions
+1
View File
@@ -77,6 +77,7 @@ INSTALLED_APPS = [
]
MIDDLEWARE = [
"apps.common.middleware.thread_local.ThreadLocalMiddleware",
"debug_toolbar.middleware.DebugToolbarMiddleware",
"django.middleware.security.SecurityMiddleware",
"whitenoise.middleware.WhiteNoiseMiddleware",