Commit bc474c6c authored by ibuler's avatar ibuler

Add table design

parent 31a41000
# -*- coding: utf-8 -*-
# Generated by Django 1.10 on 2016-08-10 07:16
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('users', '0001_initial'),
]
operations = [
migrations.AlterModelOptions(
name='user',
options={},
),
migrations.AlterModelTable(
name='user',
table='user',
),
]
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment