ajout système sync django -> Nexcloud pour les utilisateurs

This commit is contained in:
Ambulance Clerc
2023-05-31 11:55:57 +02:00
parent 690452a9db
commit 49517a6d92
6 changed files with 20 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from django.conf import settings
from .models.alerts import new_membership, ending_membership, updating_membership
NEXTCLOUD_HOST = getattr(settings, 'NEXTCLOUD_HOST', 'cloud.ambulance-clerc.ch')
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')