works better now
This commit is contained in:
21
markt/migrations/0011_auto_20200524_1559.py
Normal file
21
markt/migrations/0011_auto_20200524_1559.py
Normal file
@ -0,0 +1,21 @@
|
||||
# Generated by Django 3.0.6 on 2020-05-24 18:59
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('markt', '0010_auto_20200524_1530'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='factuur',
|
||||
name='Subtotal',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='factuur',
|
||||
name='total',
|
||||
),
|
||||
]
|
Binary file not shown.
Reference in New Issue
Block a user