Ah, right, need that. Also apparently that's why I use repath; <str:*> doesn't match slashes.
This commit is contained in:
@@ -25,7 +25,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
SECRET_KEY = conf['SECRET_KEY']
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = bool(conf['DEBUG'])
|
||||
DEBUG = bool(int(conf['DEBUG']))
|
||||
|
||||
ALLOWED_HOSTS = [n.strip() for n in conf['ALLOWED_HOSTS'].split(',')]
|
||||
|
||||
|
Reference in New Issue
Block a user