mirror of
https://github.com/Sosokker/Inventory-Management-System.git
synced 2025-12-19 15:34:04 +01:00
18 lines
355 B
Python
18 lines
355 B
Python
# Generated by Django 4.2.7 on 2023-11-18 12:03
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('inventory', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='inventory',
|
|
options={'verbose_name_plural': 'Inventories'},
|
|
),
|
|
]
|