mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 17:32:16 +00:00
22 lines
627 B
Python
22 lines
627 B
Python
# Generated by Django 2.0.13 on 2020-01-02 19:33
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('assets', '0008_auto_20191206_2124'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='assetcategory',
|
|
options={'ordering': ['name'], 'verbose_name': 'Asset Category', 'verbose_name_plural': 'Asset Categories'},
|
|
),
|
|
migrations.AlterModelOptions(
|
|
name='assetstatus',
|
|
options={'ordering': ['name'], 'verbose_name': 'Asset Status', 'verbose_name_plural': 'Asset Statuses'},
|
|
),
|
|
]
|