ajout système sync django -> Nexcloud pour les utilisateurs
This commit is contained in:
13
nextcloud/apps.py
Normal file
13
nextcloud/apps.py
Normal 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
|
||||
Reference in New Issue
Block a user