kpsul/gestion
Aurélien Delobelle fe840f2003 Add club view / update profile view
Profile view
- Let the user see his information.
- List the clubs whose he is a member.

Profile edition view
- Renamed from previous "profile" view
- User can now change "occupation" field.

Club detail view
- Informations about a club.
- Accessible by staff members and "respos" of the club.
- List members, with subscription fee (if applicable).

Club admin
- Change memberships of clubs added.
2017-08-09 12:53:44 +02:00
..
management Merge branch 'master' into supportBDS 2017-02-12 19:36:17 +01:00
migrations Merge branch 'supportBDS' into Kerl/clubs_support 2017-02-23 12:35:37 +01:00
templates/gestion Add club view / update profile view 2017-08-09 12:53:44 +02:00
__init__.py Set the new structure of gestioCOF 2017-02-09 21:28:36 +01:00
admin.py Add club view / update profile view 2017-08-09 12:53:44 +02: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 Add club view / update profile view 2017-08-09 12:53:44 +02:00
models.py Add club view / update profile view 2017-08-09 12:53:44 +02: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 Add club view / update profile view 2017-08-09 12:53:44 +02:00
views.py Add club view / update profile view 2017-08-09 12:53:44 +02:00