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/stator/apps.py

7 lines
144 B
Python
Raw Normal View History

2022-11-06 05:49:25 +01:00
from django.apps import AppConfig
class StatorConfig(AppConfig):
2022-11-06 05:49:25 +01:00
default_auto_field = "django.db.models.BigAutoField"
name = "stator"