policies/dummy: separate dummy policy from core into app

This commit is contained in:
Jens Langhammer
2020-05-10 02:14:55 +02:00
parent c0b05a62f4
commit 9bccf9bb0a
16 changed files with 152 additions and 44 deletions

View File

@ -0,0 +1,14 @@
# Generated by Django 3.0.5 on 2020-05-10 00:08
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("passbook_core", "0012_delete_factor"),
]
operations = [
migrations.DeleteModel(name="DebugPolicy",),
]