Use secret.txt file auto-generated in project root as default SECRET_KEY

Also add it to .gitignore
This commit is contained in:
x11x
2018-02-18 13:43:29 +10:00
parent edbd28b67a
commit 276a926fcb
2 changed files with 12 additions and 1 deletions

2
.gitignore vendored
View File

@@ -4,6 +4,8 @@ Session.vim
/.venv
/.coverage
/htmlcov
/secret.txt
/static
__pycache__
.*.swp