Closed tskir closed 4 years ago
This setting is being used by Django for cryptography purposes so it shouldn't be completely removed, but it should be re-generated and kept in a separate uncommitted file, along with the database credentials in the deployment machines.
I realise we cannot and should not remove this field completely. What I mean is that this key should be blanked in the repository, and the deployment instructions should mention that it will have to be re-generated prior to deployment
The
traitcuration/settings.py
file contains an automatically generated secret key. While we don't use it anywhere, it should still be removed to avoid confusion.