EquipmentTracker-Backend/equipment_tracker/equipment_groups/apps.py

6 lines
163 B
Python

from django.apps import AppConfig
class EquipmentGroupsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'equipment_groups'