feat(customer): customer cred and postcode for address

This commit is contained in:
bobbyvish
2024-12-20 19:43:44 +05:30
parent 3425d82891
commit 24949ade3e
15 changed files with 301 additions and 92 deletions

View File

@@ -0,0 +1,19 @@
# Generated by Django 5.0.2 on 2024-12-20 09:29
import django_quill.fields
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('manage_subscriptions', '0014_alter_subscription_long_description'),
]
operations = [
migrations.AlterField(
model_name='subscription',
name='long_description',
field=django_quill.fields.QuillField(),
),
]