uncloud-mravi/nextcloud/apps.py

10 lines
206 B
Python
Raw Normal View History

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