Files
hoopscout/apps/players/apps.py

7 lines
151 B
Python

from django.apps import AppConfig
class PlayersConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "apps.players"