chore(settings): fixed BASE_DIR

This commit is contained in:
ITQ
2026-02-23 23:49:15 +03:00
parent 94939de27c
commit de4558ce79
+1 -1
View File
@@ -14,7 +14,7 @@ if TYPE_CHECKING:
from django.contrib.auth.models import User from django.contrib.auth.models import User
BASE_DIR = Path(__file__).resolve().parent.parent BASE_DIR = Path(__file__).resolve().parent.parent.parent
env = environ.Env() env = environ.Env()
environ.Env.read_env(BASE_DIR / ".env") environ.Env.read_env(BASE_DIR / ".env")