import settings from base for middleware & error handler drf

This commit is contained in:
2025-09-03 15:32:11 +03:30
parent 6f025b787a
commit 9c189fb572
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
from django.http import JsonResponse
from rest_framework.views import exception_handler
from django.conf import settings
from Rasaddam_Backend import settings
import traceback