Use the AppConfig class

This commit is contained in:
Martin Pépin 2017-02-22 20:00:32 +01:00
parent 68c0ff559d
commit e1bab7e4ed
6 changed files with 30 additions and 11 deletions

6
cof/apps.py Normal file
View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class COFConfig(AppConfig):
name = "cof"
verbose_name = "Application de gestion du COF"