mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-29 18:31:09 +02:00
Add is_staff and is_active to User
This commit is contained in:
31
media/migrations/0009_auto_20190802_1455.py
Normal file
31
media/migrations/0009_auto_20190802_1455.py
Normal file
@ -0,0 +1,31 @@
|
||||
# -*- 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 = [
|
||||
('media', '0008_auto_20170704_2047'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='auteur',
|
||||
options={'verbose_name': 'author', 'verbose_name_plural': 'authors'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='emprunt',
|
||||
options={'verbose_name': 'borrowed item', 'verbose_name_plural': 'borrowed items'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='jeu',
|
||||
options={'verbose_name': 'game', 'verbose_name_plural': 'games'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='media',
|
||||
options={'verbose_name': 'medium', 'verbose_name_plural': 'media'},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user