This repository has been archived on 2026-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
RepApp/repapp/repapp_members/apps.py

6 lines
159 B
Python

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