kpsul/gestion
Martin Pépin a28c00e474 Move the auth stuff to gestion/
- The login views are in `gestion/`
- The templates are under `gestion/templates/gestion/`
- `cof/shared.py` moves to `gestion/` and is splitted into 3 files:
    - The auth backends are in `backends.py`.
    - The context_processor is in `context_processor.py`
    - The LOCK/UNLOCK functions remain in `shared.py`
2017-02-12 15:38:14 +01:00
..
migrations Generic profiles and migrations. 2017-02-10 22:12:03 +01:00
templates/gestion Move the auth stuff to gestion/ 2017-02-12 15:38:14 +01:00
__init__.py Set the new structure of gestioCOF 2017-02-09 21:28:36 +01:00
admin.py Set the new structure of gestioCOF 2017-02-09 21:28:36 +01:00
backends.py Move the auth stuff to gestion/ 2017-02-12 15:38:14 +01:00
context_processors.py Move the auth stuff to gestion/ 2017-02-12 15:38:14 +01:00
forms.py Fix the registration forms 2017-02-11 12:42:36 +01:00
models.py Generic profiles and migrations. 2017-02-10 22:12:03 +01:00
shared.py Move the auth stuff to gestion/ 2017-02-12 15:38:14 +01:00
tests.py Make the test really works. 2017-02-11 15:47:31 +01:00
urls.py Move the auth stuff to gestion/ 2017-02-12 15:38:14 +01:00
views.py Move the auth stuff to gestion/ 2017-02-12 15:38:14 +01:00