This website requires JavaScript.
Explore
Help
Register
Sign in
DGNum
/
gestioCOF
Watch
16
Star
2
Fork
You've already forked gestioCOF
1
Code
Issues
78
Pull requests
14
Projects
Releases
12
Packages
Wiki
Activity
f581279825
gestioCOF
/
cof
/
settings
/
.gitignore
2 lines
10 B
Text
Raw
Normal View
History
Unescape
Escape
New organisation of settings files We reproduce what has been done here: https://github.com/dissemin/dissemin The following files can be found under `cof/settings/` - `common.py`: the settings that are shared by all the environments we have + the secrets (see below). - `dev.py`: the settings used by the vagrant VM for local development. - `prod.py`: the production settings (for both www.cof.ens.fr and dev.cof.ens.fr) There is also a notion of "secrets". Some settings like the `SECRET_KEY` or the database's credentials are loaded from an untracked files called `secret.py` in the same directory. This secrets are loaded by the common settings file.
2017-04-10 23:18:00 +02:00
secret.py
Reference in a new issue
Copy permalink