mirror of https://github.com/snachodog/mybuddy.git
Revert development.py
This commit is contained in:
parent
dfdadea5ba
commit
308f0f4c57
|
@ -3,16 +3,9 @@ from .base import *
|
||||||
# Quick-start development settings - unsuitable for production
|
# Quick-start development settings - unsuitable for production
|
||||||
# https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/
|
# https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/
|
||||||
|
|
||||||
SECRET_KEY = 'CHANGE ME LOL'
|
SECRET_KEY = 'CHANGE ME'
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
|
|
||||||
DATABASES = {
|
|
||||||
'default': {
|
|
||||||
'ENGINE': 'django.db.backends.sqlite3',
|
|
||||||
'NAME': os.path.join(BASE_DIR, '../data/db.sqlite3'),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# Static files (CSS, JavaScript, Images)
|
# Static files (CSS, JavaScript, Images)
|
||||||
# https://docs.djangoproject.com/en/3.0/howto/static-files/
|
# https://docs.djangoproject.com/en/3.0/howto/static-files/
|
||||||
|
|
Loading…
Reference in New Issue