|
|
@@ -1,5 +1,5 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# Generated by Django 1.9.2 on 2016-02-04 21:50 |
|
|
|
# Generated by Django 1.9.5 on 2016-04-06 10:11 |
|
|
|
from __future__ import unicode_literals |
|
|
|
|
|
|
|
from django.conf import settings |
|
|
@@ -27,7 +27,7 @@ class Migration(migrations.Migration): |
|
|
|
('is_admin', models.BooleanField(default=False)), |
|
|
|
], |
|
|
|
options={ |
|
|
|
'abstract': False, |
|
|
|
'verbose_name_plural': 'Users', |
|
|
|
}, |
|
|
|
), |
|
|
|
migrations.CreateModel( |
|
|
@@ -36,7 +36,8 @@ class Migration(migrations.Migration): |
|
|
|
('created', models.DateTimeField(auto_now_add=True, verbose_name='created')), |
|
|
|
('modified', models.DateTimeField(auto_now=True, verbose_name='modified')), |
|
|
|
('id', models.UUIDField(default=uuid.uuid4, editable=False, primary_key=True, serialize=False)), |
|
|
|
('site', models.CharField(max_length=255)), |
|
|
|
('login', models.CharField(default='', max_length=255)), |
|
|
|
('site', models.CharField(default='', max_length=255)), |
|
|
|
('title', models.CharField(blank=True, max_length=255, null=True)), |
|
|
|
('username', models.CharField(blank=True, max_length=255, null=True)), |
|
|
|
('email', models.EmailField(blank=True, max_length=254, null=True)), |
|
|
|