mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
15 lines
267 B
Python
15 lines
267 B
Python
# Generated by Django 3.0.7 on 2021-01-04 13:56
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('part', '0061_auto_20210104_2331'),
|
|
('part', '0061_auto_20210103_2313'),
|
|
]
|
|
|
|
operations = [
|
|
]
|