From 8e63759d658a5751943a38be3ad78e4df6687cd3 Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Tue, 19 Aug 2025 17:17:24 +0200 Subject: [PATCH] Add app verbose name --- drf_stripe/apps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/drf_stripe/apps.py b/drf_stripe/apps.py index 9d06306..9adcbe3 100644 --- a/drf_stripe/apps.py +++ b/drf_stripe/apps.py @@ -3,3 +3,4 @@ class DrfStripeConfig(AppConfig): name = 'drf_stripe' + verbose_name = 'Rest Framework Stripe Subscription'