Fix bugs and update templating
This commit is contained in:
parent
5d6f47b852
commit
df0882bd88
9 changed files with 105 additions and 100 deletions
|
@ -0,0 +1,25 @@
|
|||
# Generated by Django 4.0.4 on 2022-05-22 09:15
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("main", "0001_initial"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name="snapshot",
|
||||
name="date",
|
||||
field=models.DateField(unique=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name="snapshot",
|
||||
name="diff",
|
||||
field=models.DecimalField(
|
||||
blank=True, decimal_places=2, editable=False, max_digits=12, null=True
|
||||
),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue