Add missing parenthesis
This commit is contained in:
parent
9703eb6538
commit
1efe6ee078
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ DEBUG_DATABASES = {
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBUG = config('DEBUG', False, cast=bool)
|
DEBUG = config('DEBUG', False, cast=bool)
|
||||||
ALLOWED_HOSTS = config('ALLOWED_HOSTS', default='localhost', cast=Csv)
|
ALLOWED_HOSTS = config('ALLOWED_HOSTS', default='localhost', cast=Csv())
|
||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
|
|
Loading…
Reference in a new issue