79358750

Date: 2025-01-15 15:19:10
Score: 1.5
Natty:
Report link

my problem was solved by importing RepositoryEnv

from pathlib import Path
from decouple import Config, RepositoryEnv

BASE_DIR = Path(__file__).resolve().parent.parent
config = Config(RepositoryEnv(".env"))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Bohdan