Module sync users/groups nextcloud

This commit is contained in:
Ambulance Clerc
2023-05-31 14:54:28 +02:00
parent 113e7befbf
commit c8d1b5caad
4 changed files with 86 additions and 52 deletions

View File

@@ -1,7 +1,5 @@
from django.conf import settings
from .models.alerts import new_membership, ending_membership, updating_membership
NEXTCLOUD_HOST = getattr(settings, 'NEXTCLOUD_HOST', 'test.ambulance-clerc.ch')
NEXTCLOUD_ADMIN = getattr(settings, 'NEXTCLOUD_ADMIN', 'admin')
NEXTCLOUD_PASSWORD = getattr(settings, 'NEXTCLOUD_SECRET', 'Mc33*144')