added api endpoints and tests

This commit is contained in:
vabene1111
2020-07-08 23:19:39 +02:00
parent 692811f84f
commit e83565b1f2
8 changed files with 136 additions and 14 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 3.0.7 on 2020-07-08 21:11
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('cookbook', '0072_step_show_as_header'),
]
operations = [
migrations.AlterField(
model_name='sync',
name='last_checked',
field=models.DateTimeField(null=True),
),
]