This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
Shellmiao
/
MyFirstBlog
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Branch:
master
Branches
Tags
Using_bootstrap
master
server
MyFirstBlog
/
MyBlog
/
article
/
apps.py
apps.py
94 B
Permalink
Verlauf
Originalformat
1
2
3
4
5
from django.apps import AppConfig
class ArticleConfig(AppConfig):
name = 'article'