index
:
ecoalerts.git
master
ecoalerts
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
articles
/
apps.py
blob: bc12dfb26a8c94fd09ecca9af6b5f707011ed616 (
plain
)
1
2
3
4
5
from django.apps import AppConfig class ArticlesConfig(AppConfig): name = 'articles'