Migration for updated list of personal API endpoints.
- Legacy-Id: 17644
This commit is contained in:
parent
69a5d0817d
commit
cefd3506f4
20
ietf/person/migrations/0010_auto_20200415_1133.py
Normal file
20
ietf/person/migrations/0010_auto_20200415_1133.py
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Generated by Django 1.11.29 on 2020-04-15 11:33
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('person', '0009_auto_20190118_0725'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='personalapikey',
|
||||||
|
name='endpoint',
|
||||||
|
field=models.CharField(choices=[('/api/iesg/position', '/api/iesg/position'), ('/api/v2/person/person', '/api/v2/person/person'), ('/api/meeting/session/video/url', '/api/meeting/session/video/url'), ('/api/person/access/meetecho', '/api/person/access/meetecho')], max_length=128),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in a new issue