bornhack-website/news/apps.py

8 lines
124 B
Python
Raw Normal View History

2016-05-30 19:36:14 +00:00
from __future__ import unicode_literals
from django.apps import AppConfig
class NewsConfig(AppConfig):
name = 'news'