gestioCOF/cof
Martin Pépin a5fb162aaf 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:01:19 +01:00
..
locale Ajoute le jour en toutes lettres dans les dates 2016-11-20 18:42:59 +01:00
settings New organisation of settings files 2017-04-10 23:01:19 +01:00
__init__.py Commit gore : premier push vers git.eleves 2016-05-21 23:57:36 +02:00
asgi.py Modif pour la production 2016-09-24 21:46:35 +02:00
routing.py K-Psul - Historique + synchronisation 2016-08-14 19:59:36 +02:00
urls.py Add simple tests for the stat views 2017-04-03 23:21:42 +01:00