implement plan pricing
This commit is contained in:
parent
96b667dd75
commit
61cabd1b1e
7 changed files with 192 additions and 1257 deletions
|
@ -13,7 +13,7 @@ class PlanInline(admin.StackedInline):
|
|||
model = Plan
|
||||
extra = 1
|
||||
fieldsets = (
|
||||
(None, {"fields": ("name", "description", "pricing", "plan_description")}),
|
||||
(None, {"fields": ("name", "description", "plan_description")}),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue