uncloud-mravi/nextcloud/apps.py
2021-12-26 20:36:31 +01:00

9 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