Use the AppConfig class
This commit is contained in:
parent
68c0ff559d
commit
e1bab7e4ed
6 changed files with 30 additions and 11 deletions
6
cof/apps.py
Normal file
6
cof/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class COFConfig(AppConfig):
|
||||
name = "cof"
|
||||
verbose_name = "Application de gestion du COF"
|
Loading…
Add table
Add a link
Reference in a new issue