18 lines
414 B
Python
18 lines
414 B
Python
|
# Generated by Django 2.1.3 on 2018-11-26 15:14
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('passbook_oauth_provider', '0001_initial'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='oauth2provider',
|
||
|
options={'verbose_name': 'OAuth2 Provider', 'verbose_name_plural': 'OAuth2 Providers'},
|
||
|
),
|
||
|
]
|