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

This commit is contained in:
Ambulance Clerc
2023-05-31 11:08:48 +02:00
parent fdbb52c96f
commit 690452a9db
10 changed files with 245 additions and 0 deletions

13
nextcloud/apps.py Normal file
View File

@@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.apps import AppConfig
class NextcloudConfig(AppConfig):
name = 'nextcloud'
def ready(self):
# Load and connect signal recievers
import nextcloud.signals