1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-07 16:28:32 +02:00

Add is_staff and is_active to User

This commit is contained in:
Alexandre Iooss
2019-08-02 18:37:54 +02:00
parent 8407041d26
commit 97b5469ac7
6 changed files with 90 additions and 17 deletions

View File

@ -0,0 +1,19 @@
# -*- 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'},
),
]