migrations problem

This commit is contained in:
Parsa Nazer
2025-01-19 22:07:15 +03:30
parent d1d4b4de2e
commit e040135045
17 changed files with 55 additions and 352 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# Generated by Django 5.1.2 on 2025-01-01 17:58
# Generated by Django 5.1.2 on 2025-01-19 18:36
import django.db.models.deletion
from django.conf import settings
@@ -10,7 +10,7 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
('product', '0005_categorymodel'),
('product', '0001_initial'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
]