fix: creacion repetida de categoria de productos.
This commit is contained in:
		| @@ -0,0 +1,18 @@ | ||||
| # Generated by Django 5.0.6 on 2024-06-29 21:04 | ||||
|  | ||||
| from django.db import migrations, models | ||||
|  | ||||
|  | ||||
| class Migration(migrations.Migration): | ||||
|  | ||||
|     dependencies = [ | ||||
|         ('don_confiao', '0009_productcategory_product'), | ||||
|     ] | ||||
|  | ||||
|     operations = [ | ||||
|         migrations.AlterField( | ||||
|             model_name='productcategory', | ||||
|             name='name', | ||||
|             field=models.CharField(max_length=100, unique=True), | ||||
|         ), | ||||
|     ] | ||||
		Reference in New Issue
	
	Block a user