Rebuild migrations again

This commit is contained in:
Jens Langhammer
2018-11-25 12:31:11 +01:00
parent 28557806c5
commit 2a3107ea3c
8 changed files with 13 additions and 44 deletions

View File

@ -1,4 +1,4 @@
# Generated by Django 2.1.3 on 2018-11-24 10:27
# Generated by Django 2.1.3 on 2018-11-25 10:39
import django.db.models.deletion
import oauth2_provider.generators
@ -10,9 +10,13 @@ class Migration(migrations.Migration):
initial = True
run_before = [
('oauth2_provider', '0001_initial'),
]
dependencies = [
('passbook_core', '0001_initial'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('passbook_core', '0002_application_skip_authorization'),
]
operations = [