Remove pretixdroid code

This commit is contained in:
Raphael Michel
2020-10-06 18:27:53 +02:00
parent 13eabdd7f4
commit fa2222e629
11 changed files with 16 additions and 784 deletions

View File

@@ -0,0 +1,16 @@
# Generated by Django 3.0.9 on 2020-10-06 16:23
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('pretixdroid', '0003_appconfiguration_squashed_0005_auto_20180106_2122'),
]
operations = [
migrations.DeleteModel(
name='AppConfiguration',
),
]