poulpe/equipment/apps.py

6 lines
93 B
Python
Raw Permalink Normal View History

2016-10-14 13:02:25 +02:00
from django.apps import AppConfig
class EquipmentConfig(AppConfig):
name = 'equipment'