This repository has been archived on 2022-12-18. You can view files and clone it, but cannot push or open issues or pull requests.
payments/billing/apps.py

7 lines
146 B
Python

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