Adapted some other verbose names
This commit is contained in:
parent
34a586d1f4
commit
9bdad7fdb1
5 changed files with 11 additions and 3 deletions
6
stages/apps.py
Normal file
6
stages/apps.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class StagesConfig(AppConfig):
|
||||
name = 'stages'
|
||||
verbose_name = 'Pratique professionnelle'
|
||||
Loading…
Add table
Add a link
Reference in a new issue