20 lines
443 B
Python
20 lines
443 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Generated by Django 1.10.7 on 2019-08-02 12:55
|
||
|
from __future__ import unicode_literals
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('users', '0009_auto_20171114_2303'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='right',
|
||
|
options={'verbose_name': 'right', 'verbose_name_plural': 'rights'},
|
||
|
),
|
||
|
]
|