openbackloggery/collection/core/apps.py

7 lines
84 B
Python

from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'