uncloud-mravi/nextcloud/apps.py

10 lines
206 B
Python
Raw Normal View History

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