This website works better with JavaScript
Home
Explore
Help
Sign In
tetaneutral.net
/
djadhere
Watch
5
Star
1
Fork
1
Files
Issues
14
Pull Requests
2
Wiki
Tree:
be367594a2
Branches
Tags
36_docs_installation
master
djadhere
/
todo
/
apps.py
apps.py
112 B
History
Raw
1
2
3
4
5
6
from django.apps import AppConfig
class TodoConfig(AppConfig):
name = 'todo'
verbose_name = 'Tâches'