本人初学者,按照
http://django-chinese-docs.readthedocs.org/en/latest/intro/tutorial01.html
中的步骤一步一步的去做,结果在模型中 的from django.db import models总报错如下图:
上网找也没发现错误,求解答!
如果用控制台来启动的话会成功到
http://django-chinese-docs.readthedocs.org/en/latest/intro/tutorial01.html
中玩弄API那里,不过即使加上 unicode(self)那些函数,最终输出的结果还是
Poll.objects.all()
[<Poll: Poll object>]
求解释,小白学习的很辛苦.....
另外大神们给我推荐一些学习Django的网站吧,最好是适合小白的,谢谢!