Rebuild migrations again
This commit is contained in:
@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user