parent
8de6733f80
commit
84f1f7209c
@ -1,17 +0,0 @@ |
|||||||
from pathlib import Path |
|
||||||
|
|
||||||
BASE_DIR = Path(__file__).resolve().parent.parent |
|
||||||
|
|
||||||
SECRET_KEY = 'django-insecure-60*l@#e*-bc3o%#c#e3vikjcl$518bz2%xe3a3s3iudorq%dal' |
|
||||||
|
|
||||||
# SECURITY WARNING: don't run with debug turned on in production! |
|
||||||
DEBUG = True |
|
||||||
|
|
||||||
ALLOWED_HOSTS = ['*'] |
|
||||||
|
|
||||||
DATABASES = { |
|
||||||
'default': { |
|
||||||
'ENGINE': 'django.db.backends.sqlite3', |
|
||||||
'NAME': BASE_DIR / 'db.sqlite3', |
|
||||||
} |
|
||||||
} |
|
||||||
Loading…
Reference in new issue