News app
* adds news app for future implementations
This commit is contained in:
5
news/apps.py
Normal file
5
news/apps.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class NewsConfig(AppConfig):
|
||||
name = 'news'
|
||||
Reference in New Issue
Block a user