From 507bfe486a29304681838cf5fe9fc379b5ec16a2 Mon Sep 17 00:00:00 2001 From: zein Date: Mon, 3 Nov 2025 06:53:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=D0=B8=20?= =?UTF-8?q?=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=82=D1=83=D1=80=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DJ_Hentai_manga/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/DJ_Hentai_manga/settings.py b/DJ_Hentai_manga/settings.py index 06d229d..1045e3b 100644 --- a/DJ_Hentai_manga/settings.py +++ b/DJ_Hentai_manga/settings.py @@ -2,6 +2,7 @@ from os import path from pathlib import Path import os from dotenv import load_dotenv +load_dotenv() # загружает .env # Build paths inside the project like this: BASE_DIR / 'subdir'. BASE_DIR = Path(__file__).resolve().parent.parent