The updates for the customer dashboard cum accounts

This commit is contained in:
Vivek
2025-12-09 03:59:57 +05:30
parent 08a89a1212
commit 24355ecdf5
38 changed files with 1057 additions and 16 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.0 on 2025-12-08 16:06
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('master_data', '0001_initial'),
]
operations = [
migrations.AddField(
model_name='eventtype',
name='event_type_icon',
field=models.ImageField(blank=True, null=True, upload_to='event_type_icons/'),
),
]