nice features
This commit is contained in:
23
markt/migrations/0012_auto_20200525_0113.py
Normal file
23
markt/migrations/0012_auto_20200525_0113.py
Normal file
@ -0,0 +1,23 @@
|
||||
# Generated by Django 3.0.6 on 2020-05-25 04:13
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('markt', '0011_auto_20200524_1559'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='factuur',
|
||||
name='Subtotal',
|
||||
field=models.FloatField(blank=True, null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='factuur',
|
||||
name='Total',
|
||||
field=models.FloatField(blank=True, null=True),
|
||||
),
|
||||
]
|
Binary file not shown.
Reference in New Issue
Block a user