checkout/src/common/apps.py

7 lines
144 B
Python
Raw Normal View History

2022-04-24 15:51:25 +02:00
from django.apps import AppConfig
class CommonConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "common"