kpsul/cof
Aurélien Delobelle 85caa6b058 Use django-djconfig for kfet app.
Old configuration(/settings), based on Settings model, system is
deleted: SettingsForm, Settings.
New system use `django-djconfig` module.

- `kfet.config` module provides `kfet_config` to access configuration concerning
kfet app.
- Views, forms, models, etc now use this object to retrieve conf values.
- Views no longer add config values to context, instead templates use
  `kfet_config` provided by a new context_processor.
- Enhance list and update views of settings.
- Fix: settings can directly be used without having to visit a specific
  page...

Misc
- Delete some py2/3 imports
- Delete unused imports in kfet.models and kfet.views
- Some PEP8 compliance
2017-04-03 20:32:16 +02:00
..
locale Ajoute le jour en toutes lettres dans les dates 2016-11-20 18:42:59 +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
settings_dev.py Use django-djconfig for kfet app. 2017-04-03 20:32:16 +02:00
urls.py The end of Clipper 2016-12-25 11:57:50 +01:00