poulpe/equipment/apps.py
2016-10-14 13:02:25 +02:00

5 lines
93 B
Python

from django.apps import AppConfig
class EquipmentConfig(AppConfig):
name = 'equipment'