Skip to content

Commit 98e3ff5

Browse files
author
cuijiankang
committed
Buyer新建!
1 parent 3062f6b commit 98e3ff5

File tree

17 files changed

+221
-122
lines changed

17 files changed

+221
-122
lines changed

DjangoShop/.idea/workspace.xml

Lines changed: 197 additions & 118 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
147 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
6 Bytes
Binary file not shown.
70 Bytes
Binary file not shown.
10 Bytes
Binary file not shown.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by Django 2.1.1 on 2019-07-25 05:47
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('Store', '0001_initial'),
10+
]
11+
12+
operations = [
13+
migrations.AddField(
14+
model_name='goods',
15+
name='goods_under',
16+
field=models.IntegerField(default=1, verbose_name='商品状态'),
17+
),
18+
]
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)