PCv5/app
Darks 1d638689c6
Modifications on trophies and titles #10 (and more)
- remove `title` attribute
- do the migration of db
- add initialization routine in `master.py`
- add default trophies and titles in `data/trophies.yaml`
- add `add_trophy` method in `Member` class
- add `update_trophies` method in `Member` class
- add form in admin panel to give a trophy to a member
- same to remove a trophy
- change `if request.method == "POST"` to `if form.submit.data`
2019-06-11 00:15:23 +02:00
..
data Modifications on trophies and titles #10 (and more) 2019-06-11 00:15:23 +02:00
forms Modifications on trophies and titles #10 (and more) 2019-06-11 00:15:23 +02:00
models Modifications on trophies and titles #10 (and more) 2019-06-11 00:15:23 +02:00
routes Modifications on trophies and titles #10 (and more) 2019-06-11 00:15:23 +02:00
static Meilleur rendu sur les petits écrans. 2019-06-06 00:25:59 +02:00
templates Modifications on trophies and titles #10 (and more) 2019-06-11 00:15:23 +02:00
utils Modifications on trophies and titles #10 (and more) 2019-06-11 00:15:23 +02:00
__init__.py Modifications on trophies and titles #10 (and more) 2019-06-11 00:15:23 +02:00