Merge branch 'setup' of https://bitbucket.org/PekopT/archilance into setup
commit
61d73035b6
21 changed files with 261 additions and 135 deletions
@ -0,0 +1,19 @@ |
||||
# -*- coding: utf-8 -*- |
||||
# Generated by Django 1.9.7 on 2016-07-24 12:51 |
||||
from __future__ import unicode_literals |
||||
|
||||
from django.db import migrations |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('reviews', '0001_initial'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.RemoveField( |
||||
model_name='review', |
||||
name='is_secured', |
||||
), |
||||
] |
||||
Loading…
Reference in new issue