epcstages/stages/apps.py

7 lines
133 B
Python
Raw Normal View History

2019-02-21 09:20:13 +01:00
from django.apps import AppConfig
class StagesConfig(AppConfig):
name = 'stages'
verbose_name = 'Pratique professionnelle'