You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
histausse
b317eceec3
Split the membership duration from the connection duration
changes:
Article:
remove COTISATION_TYPE, duration(_days), type_cotisation
add duration(_days)_connection, duration(_days)_membership
Vente:
remove COTISATION_TYPE, duration(_days), type_cotisation
add duration(_days)_connection, duration(_days)_membership
add method `test_membership_or_connection()` to replace
`bool(type_cotisation)`
Cotisation:
remove COTISATION_TYPE, date_start, date_end, type_cotisation
add date_start_con, date_end_con, date_start_memb, date_end_memb
create_cotis(date_start=False) -> create_cotis(date_start_con=False, date_start_memb=False)
+ migration
+ changes to use the new models in the remaining of the code
|
5 years ago |
| .. |
|
api
|
Add thumbnail to user model
|
5 years ago |
|
locale/fr/LC_MESSAGES
|
Add thumbnail to user model
|
5 years ago |
|
management/commands
|
Reset clean_notyetactive command to its correct state
|
5 years ago |
|
migrations
|
Add migration file
|
5 years ago |
|
templates/users
|
Add thumbnail to user model
|
5 years ago |
|
__init__.py
|
Hello Lara :D
|
6 years ago |
|
acl.py
|
Fix can_view_app
|
5 years ago |
|
admin.py
|
Final translation of users app
|
5 years ago |
|
forms.py
|
Supprime l'avatar à la création (inutile/buggé)
|
5 years ago |
|
models.py
|
Split the membership duration from the connection duration
|
5 years ago |
|
test_models.py
|
I like my ☕ black.
|
6 years ago |
|
tests.py
|
I like my ☕ black.
|
6 years ago |
|
urls.py
|
Final translation of users app
|
5 years ago |
|
views.py
|
Translation of user app views + remove trailing spaces
|
5 years ago |
|
widgets.py
|
I like my ☕ black.
|
6 years ago |