mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-23 08:38:02 +01:00
add missing migration
This commit is contained in:
parent
16eaf4cb56
commit
19076b03ba
1 changed files with 19 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
|||
# Generated by Django 4.2.8 on 2024-01-20 08:15
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("purchase", "0018_product_category"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name="productcategory",
|
||||
options={
|
||||
"verbose_name": "product category",
|
||||
"verbose_name_plural": "product categories",
|
||||
},
|
||||
),
|
||||
]
|
Loading…
Reference in a new issue