Consolidate migrations

This commit is contained in:
2023-02-24 07:20:31 +00:00
parent be10375f60
commit cde1392e68
76 changed files with 232 additions and 2005 deletions

View File

@@ -31,7 +31,7 @@ class CustomUserAdmin(UserAdmin):
fieldsets = (
*UserAdmin.fieldsets,
(
"Stripe information",
"Billing information",
{"fields": ("billing_provider_id",)},
),
# (