mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-10 05:40:55 +00:00
Load default settings on InvenTree launch
This commit is contained in:
17
InvenTree/common/migrations/0006_auto_20200203_0951.py
Normal file
17
InvenTree/common/migrations/0006_auto_20200203_0951.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 2.2.9 on 2020-02-03 09:51
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('common', '0005_auto_20190915_1256'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='inventreesetting',
|
||||
options={'verbose_name': 'InvenTree Setting', 'verbose_name_plural': 'InvenTree Settings'},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user