site_tps/content/apps.py
2018-01-14 13:19:11 +01:00

6 lines
89 B
Python

from django.apps import AppConfig
class ContentConfig(AppConfig):
name = 'content'