mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
docker-compose.yml fixes
This commit is contained in:
@@ -11,6 +11,7 @@ from dotenv import load_dotenv
|
||||
|
||||
BASE_DIR = Path(__file__).parent.parent.parent
|
||||
|
||||
if os.environ.get("DJANGO_SECRET_KEY", False):
|
||||
load_dotenv(Path(BASE_DIR, '.env'))
|
||||
|
||||
# Quick-start development settings - unsuitable for production
|
||||
|
||||
Reference in New Issue
Block a user