Added my domain
This commit is contained in:
parent
bde0636331
commit
f3f9b40d87
@ -28,12 +28,14 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
#SECRET_KEY = 'django-insecure-@-0+l%bo11rp60t&yiutx0q&mgv5iw84la#u4)wbg3044cr-ke'
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = os.getenv("DEBUG") == "True"
|
||||
DEBUG = os.getenv("DEBUG", "False") == "True"
|
||||
|
||||
SECRET_KEY = os.environ.get('SECRET_KEY', 'fallback-secret-key-for-dev')
|
||||
|
||||
|
||||
ALLOWED_HOSTS = []
|
||||
ALLOWED_HOSTS = [
|
||||
"finanzas.kuijper.es",
|
||||
]
|
||||
|
||||
|
||||
# Application definition
|
||||
|
||||
Loading…
Reference in New Issue
Block a user