camp/content/apps.py

9 lines
154 B
Python
Raw Normal View History

2017-05-20 12:45:26 +00:00
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.apps import AppConfig
class ContentConfig(AppConfig):
name = 'content'
2017-05-24 11:44:04 +00:00