This repository has been archived on 2023-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
takahe/activities/apps.py
2022-11-11 22:02:43 -07:00

7 lines
152 B
Python

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