feat(customer): customer cred and postcode for address
This commit is contained in:
@@ -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(),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user