Adapted some other verbose names

This commit is contained in:
Claude Paroz 2019-02-21 09:20:13 +01:00
parent 34a586d1f4
commit 9bdad7fdb1
5 changed files with 11 additions and 3 deletions

6
stages/apps.py Normal file
View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class StagesConfig(AppConfig):
name = 'stages'
verbose_name = 'Pratique professionnelle'