mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 22:42:17 +00:00
18 lines
407 B
Python
18 lines
407 B
Python
# Generated by Django 2.0.13 on 2020-02-07 17:37
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('assets', '0009_auto_20200103_2215'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='supplier',
|
|
options={'ordering': ['name'], 'permissions': (('view_supplier', 'Can view a supplier'),)},
|
|
),
|
|
]
|