This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
tetaneutral.net
/
djadhere
Suivre
5
Voter
1
Fork
1
Fichiers
Tickets
14
Pull Requests
2
Wiki
Aborescence:
be367594a2
Branches
Tags
36_docs_installation
master
djadhere
/
todo
/
apps.py
apps.py
112 B
Historique
Raw
1
2
3
4
5
6
from django.apps import AppConfig
class TodoConfig(AppConfig):
name = 'todo'
verbose_name = 'Tâches'