mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +00:00
# 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 = [
|
|
]
|