This website requires JavaScript.
Explore
Help
Sign In
Dyomedea
/
binder
Watch
1
Star
0
Fork
You've already forked binder
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
a099a43250
binder
/
.gitignore
8 lines
50 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Ignore more types of temporary files left around
2012-10-28 17:48:50 +00:00
#*#
Enable admin ui
2011-04-10 19:02:33 +00:00
*.db
Add buld script to create debian package for binder, trunk branch with date
2013-01-08 03:12:50 +00:00
*.deb
Enable admin ui
2011-04-10 19:02:33 +00:00
*.pyc
Add *~ emacs temp files to gitignore
2012-10-26 18:18:11 +00:00
*.conf
*~
Makes SECRET_KEY secret To quote from Djangos documentation: "The secret key must be a large random value and it must be kept secret." https://docs.djangoproject.com/en/1.7/howto/deployment/checklist/#secret-key This commit achieves that by generating a file containing a random string when running the first time and by using this string as SECRET_KEY from then on.
2015-03-24 21:43:18 +00:00
/binder/secret.txt