4f194a8794
We have decided against including an insecure default key with a mere warning. Therefore, unlike the admin and user secrets, the availability of this secret is a hard requirement. The instance will not be able to start before a secret has been generated manually or by a management tool.
4 lines
132 B
Plaintext
4 lines
132 B
Plaintext
# Define a secret key for Django
|
|
# https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/#secret-key
|
|
DJANGO_SECRET_KEY=
|