uncloud/nextcloud/apps.py

10 lines
206 B
Python
Raw Normal View History

2021-12-26 19:36:31 +00:00
from django.apps import AppConfig
2021-09-10 07:58:42 +00:00
class MatrixhostingConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'nextcloud'
def ready(self):
from . import signals