PCv5/app/utils
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
..
is_title.py Modifications on trophies and titles #10 (and more) 2019-06-11 00:15:23 +02:00
pluralize.py Retrait de quelques erreurs par rapport à la PEP8 (avec Flake8) 2019-06-05 11:35:54 +02:00
priv_required.py core: introduce a master script and enable proper privilege checks 2019-06-06 13:54:01 -04:00
render.py Retrait de quelques erreurs par rapport à la PEP8 (avec Flake8) 2019-06-05 11:35:54 +02:00
unicode_names.py utils: add normalization of Unicode names 2019-06-05 18:24:41 -04:00
valid_name.py account: introduce normalized names 2019-06-05 20:01:12 -04:00
validators.py core: parameterize minimum password length 2019-06-07 14:23:48 -04:00