Commit Graph

7 Commits

Author SHA1 Message Date
Daniel Roschka 581dc915fe Change in the behavior of local_settings.py
Up to now local_settings.py was used for binder specific configuration values.

This commit moves these values to settings.py, removes local_settings.py
from version control and adds logic to settings.py to allow settings in
local_settings.py to overwrite ones defined in settings.py, enabling
local_settings.py to be used as installation specific configuration file,
e.g. for custom database configuration.
2015-04-02 10:26:29 +02:00
Daniel Roschka 9eb3726889 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 22:43:18 +01:00
Jeffrey Forman 061447aa04 Add buld script to create debian package for binder, trunk branch with date 2013-01-07 22:12:50 -05:00
Jeffrey Forman 51da06474c Ignore more types of temporary files left around 2012-10-28 13:48:50 -04:00
Jeffrey Forman 9bb4b88b6b Add *~ emacs temp files to gitignore 2012-10-26 14:18:11 -04:00
Jeffrey Forman 6f17343e23 Add working django.wsgi and apache config file for inclusion 2012-03-08 22:35:13 -05:00
Jeffrey Forman 2269155864 Enable admin ui 2011-04-10 15:02:33 -04:00