Files
ShooterHub/apps/gears/apps.py
2026-04-02 11:24:30 +02:00

7 lines
147 B
Python

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