django-admin : 无法将“django-admin”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确
2017-05-05
最新回答 / 慕粉2057461274
我也是报错Quit the server with CTRL-BREAK.Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x0000027C6B3FEBF8>Traceback (most recent call last): File "E:\python36\lib\site-packages\django\utils\autoreload.py", li...
2017-05-04
已采纳回答 / tulang2000
你在导入类的时候可能搞错了,不是blog.models,
可能应该是
from .models import Article
那应该就没有问题了。
2017-05-01
最新回答 / 少玩丶哟西
https://stackoverflow.com/questions/32015044/django-tutorial-getting-typeerror-at-admin-argument-to-reversed-must-be-a 这里有解决方案
2017-04-30