backend router

This commit is contained in:
Timofey
2025-08-29 14:20:50 +03:00
parent 9d604e8965
commit d314303066
10 changed files with 44 additions and 41 deletions

View File

@@ -1,12 +1,3 @@
"""
WSGI config for base project.
It exposes the WSGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/5.2/howto/deployment/wsgi/
"""
import os
from django.core.wsgi import get_wsgi_application