Updated models and added post-save hook

This commit is contained in:
Harry Bridge
2018-03-06 14:01:22 +00:00
parent e2a37beb83
commit 9fb74ecc9e
5 changed files with 110 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 2.0.2 on 2018-03-01 16:54
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('assets', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='asset',
name='asset_id',
field=models.IntegerField(blank=True),
),
]