kumify/common/apps.py
2020-12-27 18:49:54 +01:00

6 lines
87 B
Python

from django.apps import AppConfig
class CommonConfig(AppConfig):
name = 'common'