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

7 lines
149 B
Python

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