kpsul/gestion
Martin Pépin 18ee33e1e0 Remove the EventTimeSlot model
It was pointless and is replaced by 3 additionnal fields in the `Event`
model: `location`, `start_date`  and `end_date`.
2017-04-05 00:11:24 +01:00
..
management Merge branch 'master' into supportBDS 2017-02-12 19:36:17 +01:00
migrations Remove the EventTimeSlot model 2017-04-05 00:11:24 +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 register the events stuff into the admin site 2017-04-01 14:26:05 +01:00
apps.py Use the AppConfig class 2017-02-23 01:56:59 +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 Remove the EventTimeSlot model 2017-04-05 00:11:24 +01:00
shared.py Move the auth stuff to gestion/ 2017-02-12 15:38:14 +01:00
tests.py simplify profile edition and test it 2017-02-12 19:21:53 +01:00
urls.py Write modern-style urls 2017-02-23 01:52:55 +01:00
views.py Write modern-style urls 2017-02-23 01:52:55 +01:00