mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
cb3c86f87a
# Conflicts: # InvenTree/InvenTree/settings.py # InvenTree/InvenTree/urls.py # InvenTree/templates/InvenTree/settings/tabs.html # InvenTree/users/models.py # requirements.txt IMPORTANT: Had to merge some migration files due to different migrations applied on the part model tables
15 lines
278 B
Python
15 lines
278 B
Python
# Generated by Django 3.0.7 on 2020-11-12 06:22
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('part', '0053_partcategoryparametertemplate'),
|
|
('part', '0059_auto_20201112_1112'),
|
|
]
|
|
|
|
operations = [
|
|
]
|