“no such column” after adding a field to the model

前端 未结 7 1631
抹茶落季
抹茶落季 2020-12-28 08:53

environment DJANGO VERSION 1.9 Python 2.7.6

I added a field (scores) to a model class in models.py like this

from django.db import models
from django         


        
7条回答
提交回复
热议问题