django models
http://www.runoob.com/django/django-model.html
django-admin startapp TestModel
/models.py
from django.db import models
class Test(models.Model):
name = models.CharField(max_length=20)
settings.py
$ python manage.py makemigrations TestModel # 让 Django 知道我们在我们的模型有一些变更
$ python manage.py migrate TestModel # 创建表结构
炊烟起了;夕阳下了;细雨来了
多调试,交互式编程体验
记录,独立思考,对比
感谢转载作者
修车
国产化
read and connect
匍匐前进,
讲故事