mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-18 12:29:41 +00:00
Server starts...
Various things are broken, but it runs!
This commit is contained in:
21
assets/migrations/0010_auto_20200208_1342.py
Normal file
21
assets/migrations/0010_auto_20200208_1342.py
Normal file
@@ -0,0 +1,21 @@
|
||||
# Generated by Django 3.0.3 on 2020-02-08 13:42
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('assets', '0009_auto_20200103_2215'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='asset',
|
||||
options={'ordering': ['asset_id_prefix', 'asset_id_number'], 'permissions': [('asset_finance', 'Can see financial data for assets')]},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='supplier',
|
||||
options={},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user