Adding secret_key to sphinx conf

This commit is contained in:
~lmn 2021-04-27 09:35:40 -03:00 committed by GitHub
parent c638065c9b
commit 493e63645e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,8 @@ settings.configure(
'django.contrib.messages',
'django.contrib.staticfiles',
'eav'
]
],
SECRET_KEY=os.environ.get("DJANGO_SECRET_KEY", "this-is-not-s3cur3")
)
# Call django.setup to load installed apps and other stuff.