apps.py 112 B

123456
  1. from django.apps import AppConfig
  2. class TodoConfig(AppConfig):
  3. name = 'todo'
  4. verbose_name = 'Tâches'