zkt26/z1/diary_app/settings_build.py
2026-04-01 06:53:48 +02:00

5 lines
90 B
Python

from diary_app.settings import *
DATABASES = {}
STATICFILES_DIRS = [BASE_DIR / 'static']