Commits (18)
-
Martin Pépin authored
- Move the model - Add some BDS-related fields - Add an `associations` fields to be able to separate the clubs between the different associations using groups
669129e3 -
Martin Pépin authored1f85f758
-
Martin Pépin authoredf8a84656
-
Martin Pépin authoredd36d6923
-
Martin Pépin authored
There may be a conflict during the migration cof 0009 if the permissions are referenced only by their codename.
c81b8497 -
Martin Pépin authored
- Models - Migrations
9f401b66 -
Martin Pépin authored
- Proper use of include - Defining namespaces (I do not use them for now because many urls are going to change) - Do not try to reverse with old-style references: 'cof.views.XXX'
1aed3633 -
Martin Pépin authored
- Remove an absurd debug line in the migration - Specify the on_delete strategy for the club-related models
7d1c1fc8 -
Martin Pépin authored213c1172
-
Martin Pepin authored
Specify `on_delete` Two kind of files are affected: - Models - Migrations You can use the `-Wall` flag to check that the warning `RemovedInDjango20Warning: on_delete…` is not raised: python -Wall manage.py runserver 0.0.0.0:8000 See merge request !177
6444ae3b -
Martin Pépin authored
`liste_bda_diff` -> `liste_bdadiff`
7742ad99 -
Martin Pépin authored
- K-Fêt accounts are now linked to profiles - There is no need to perform the `get_or_create` as long as the profile creation has been automated. - This file is now PEP8 compliant
83e73376 -
Martin Pepin authored
Change CofProfile to Profile in kfet/backends.py - K-Fêt accounts are now linked to profiles - There is no need to perform the `get_or_create` as long as the profile creation has been automated. - This file is now PEP8 compliant See merge request !180
4b4d570e -
Martin Pépin authored7988fb24
-
Martin Pepin authored
Kerl/clubs support - Add the club-related models - Register them into the admin site in order to be able to play with them See #133 See merge request !175
4d825b48 -
Martin Pépin authored5ce4809f
-
Martin Pepin authored
BDS groups and permissions Creates groups and permissions for the BDS members and staff. Fixes #136 See merge request !176
cc25685a -
Martin Pepin authored
Write modern-style urls - Proper use of include - Defining namespaces (I do not use them for now because many urls are going to change) - Do not try to reverse with old-style references: 'cof.views.XXX' See merge request !178
646b213d
Showing
+374 -128