Created
November 25, 2020 16:19
-
-
Save siumhossain/7edb45a6de360c869fa75ba911297f53 to your computer and use it in GitHub Desktop.
Django application secret key modify
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with open('/etc/secret_key.txt') as f: | |
SECRET_KEY = f.read().strip() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment