docs: remove todos
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
bf727fe8de
commit
92b45ee585
1 changed files with 0 additions and 2 deletions
|
|
@ -20,7 +20,6 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
|||
# Quick-start development settings - unsuitable for production
|
||||
# See https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/
|
||||
|
||||
# TODO: remove this key
|
||||
# SECURITY WARNING: keep the secret key used in production secret!
|
||||
SECRET_KEY = os.environ.get('SECRET_KEY')
|
||||
|
||||
|
|
@ -144,7 +143,6 @@ USE_L10N = True
|
|||
|
||||
USE_TZ = True
|
||||
|
||||
# TODO: fix hardcoded cross allowed origins
|
||||
CORS_ALLOWED_ORIGINS = os.environ.get('CORS_ALLOWED_ORIGINS')
|
||||
if CORS_ALLOWED_ORIGINS:
|
||||
CORS_ALLOWED_ORIGINS = CORS_ALLOWED_ORIGINS.split(',')
|
||||
|
|
|
|||
Loading…
Reference in a new issue