add migration
This commit is contained in:
parent
1b1c0a8065
commit
edcdf23c19
20
shop/migrations/0029_auto_20160712_2133.py
Normal file
20
shop/migrations/0029_auto_20160712_2133.py
Normal file
|
@ -0,0 +1,20 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.9.2 on 2016-07-12 21:33
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('shop', '0028_auto_20160712_2119'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='customorder',
|
||||
name='customer',
|
||||
field=models.TextField(help_text='The customer info for this order'),
|
||||
),
|
||||
]
|
Loading…
Reference in a new issue