Add new migrations
This commit is contained in:
parent
8ab34816e8
commit
8a16562afd
3 changed files with 111 additions and 0 deletions
19
membership/migrations/0007_remove_customuser_is_superuser.py
Normal file
19
membership/migrations/0007_remove_customuser_is_superuser.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.8 on 2017-12-07 20:54
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('membership', '0006_auto_20160526_0445'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='customuser',
|
||||
name='is_superuser',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue