You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
420 B
20 lines
420 B
# Generated by Django 2.0.4 on 2018-04-29 10:08
|
|
|
|
import apps.user.models
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('user', '0020_auto_20180409_1144'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelManagers(
|
|
name='user',
|
|
managers=[
|
|
('objects', apps.user.models.UserManager()),
|
|
],
|
|
),
|
|
]
|
|
|