5 lines
90 B
Python
5 lines
90 B
Python
from diary_app.settings import *
|
|
|
|
DATABASES = {}
|
|
STATICFILES_DIRS = [BASE_DIR / 'static']
|