first stuff for access tokens
This commit is contained in:
parent
b26a3548fc
commit
adaf732809
9 changed files with 336 additions and 19 deletions
20
src/c3nav/control/migrations/0002_auto_20161220_0158.py
Normal file
20
src/c3nav/control/migrations/0002_auto_20161220_0158.py
Normal file
|
@ -0,0 +1,20 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10.4 on 2016-12-20 01:58
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('control', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='accessoperator',
|
||||
name='description',
|
||||
field=models.TextField(blank=True, null=True, verbose_name='description'),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue