Files
org-social-relay/app/groups/apps.py
Andros Fenollosa c62d64395e First commit
2025-09-12 11:29:00 +02:00

7 lines
148 B
Python

from django.apps import AppConfig
class GroupsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "app.groups"