oauth_client: cleanup
This commit is contained in:
17
passbook/oauth_client/migrations/0002_auto_20181218_1019.py
Normal file
17
passbook/oauth_client/migrations/0002_auto_20181218_1019.py
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated by Django 2.1.4 on 2018-12-18 10:19
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('passbook_oauth_client', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='oauthsource',
|
||||
options={'verbose_name': 'Generic OAuth Source', 'verbose_name_plural': 'Generic OAuth Sources'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user