mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +00:00
18 lines
350 B
Python
18 lines
350 B
Python
# Generated by Django 2.2.4 on 2019-09-02 23:04
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('common', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='currency',
|
|
options={'verbose_name_plural': 'Currencies'},
|
|
),
|
|
]
|