mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
code formatting
This commit is contained in:
parent
cc7685ca3f
commit
2ed890202e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ env = environ.Env()
|
|||
|
||||
INTERNAL_IPS = env.list("INTERNAL_IPS", default=["127.0.0.1"])
|
||||
ALLOWED_HOSTS = env.list("ALLOWED_HOSTS", default=["*"])
|
||||
CSRF_TRUSTED_ORIGINS=env.list("CSRF_TRUSTED_ORIGINS", default=[])
|
||||
CSRF_TRUSTED_ORIGINS = env.list("CSRF_TRUSTED_ORIGINS", default=[])
|
||||
ADMINS = tuple(parseaddr(email) for email in env.list("ADMINS", default=[]))
|
||||
ASGI_APPLICATION = "umap.asgi.application"
|
||||
|
||||
|
|
Loading…
Reference in a new issue