mirror of
https://github.com/lemeow125/Borrowing-TrackerBackend.git
synced 2024-11-17 14:29:28 +08:00
6 lines
163 B
Python
6 lines
163 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class EquipmentGroupsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'equipment_groups'
|