bornhack-website/src/news/apps.py

8 lines
85 B
Python

from django.apps import AppConfig
class NewsConfig(AppConfig):
name = 'news'