8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +00:00
re2o/users
Maël Kervella 8c2f634901 REST : Add API for mailing for club and other
Access /users/rest/ml/std/
    for list of standard mailings
Access /users/rest/ml/std/member/<ml_name>/
    for list of members of specific standard mailing
Access /users/rest/ml/club/
    for list of club mailings
Access /users/rest/ml/club/member/<ml_name>/
    for list of members of specific club mailing
Access /users/rest/ml/club/admin/<ml_name>/
    for list of admins of specific club mailing
2018-03-07 16:04:43 +00:00
..
management/commands Proof of concept can_delete_all 2018-01-06 17:56:02 +01:00
migrations Club : Add option to specify if a mailing should be generated for 2018-03-07 16:04:22 +00:00
templates/users Club : Add option to specify if a mailing should be generated for 2018-03-07 16:04:22 +00:00
__init__.py ACL dans un fichier dédié dans chaque application. 2018-01-06 17:57:40 +01:00
acl.py Compatibilité python2 2018-01-07 02:30:01 +01:00
admin.py Suppression de right et utilisation du système django 2018-01-06 18:00:08 +01:00
forms.py Club : Add option to specify if a mailing should be generated for 2018-03-07 16:04:22 +00:00
models.py Club : Add option to specify if a mailing should be generated for 2018-03-07 16:04:22 +00:00
serializers.py REST : Add API for mailing for club and other 2018-03-07 16:04:43 +00:00
tests.py Add copyright header to all .py files 2017-01-15 18:01:18 -05:00
urls.py REST : Add API for mailing for club and other 2018-03-07 16:04:43 +00:00
views.py REST : Add API for mailing for club and other 2018-03-07 16:04:43 +00:00