Add missing parenthesis

This commit is contained in:
PCoder 2019-09-26 15:45:54 +05:30
parent 9703eb6538
commit 1efe6ee078
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ DEBUG_DATABASES = {
}
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 = {
'default': {