konova/news/apps.py
mipel b01442ef17 News app
* adds news app for future implementations
2021-07-06 08:53:08 +02:00

6 lines
83 B
Python

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