From be10375f6013a156d3a23cb9dfe312c3fd9f788e Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 24 Feb 2023 07:20:31 +0000 Subject: [PATCH] Amend admin for user --- core/admin.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/core/admin.py b/core/admin.py index 569bdde..761e230 100644 --- a/core/admin.py +++ b/core/admin.py @@ -32,17 +32,17 @@ class CustomUserAdmin(UserAdmin): *UserAdmin.fieldsets, ( "Stripe information", - {"fields": ("stripe_id",)}, - ), - ( - "Payment information", - { - "fields": ( - # "plans", - "last_payment", - ) - }, + {"fields": ("billing_provider_id",)}, ), + # ( + # "Payment information", + # { + # "fields": ( + # # "plans", + # "last_payment", + # ) + # }, + # ), )