api(minor): start with api v2

This commit is contained in:
Langhammer, Jens
2019-10-28 14:07:53 +01:00
parent feb80049aa
commit 543e949a48
8 changed files with 181 additions and 101 deletions

View File

@ -0,0 +1,14 @@
# Generated by Django 2.2.6 on 2019-10-25 20:22
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('passbook_core', '0004_remove_policy_action'),
('passbook_core', '0003_merge_20191010_1541'),
]
operations = [
]