uncloud/nextcloud/apps.py

10 lines
206 B
Python

from django.apps import AppConfig
class MatrixhostingConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'nextcloud'
def ready(self):
from . import signals