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

6 lines
83 B
Python

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