introduce service plans
This commit is contained in:
parent
f69f7fb755
commit
70f4a02db9
11 changed files with 362 additions and 20 deletions
17
hub/services/migrations/0010_remove_service_price.py
Normal file
17
hub/services/migrations/0010_remove_service_price.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 5.1.5 on 2025-01-28 09:28
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("services", "0009_currency_plan_planprice"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name="service",
|
||||
name="price",
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue