Files
richtext.org/core/apps.py
T
2017-12-08 22:29:32 +00:00

6 lines
83 B
Python

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