📜  未知命令:'runscript' 输入“manage.py help”以供使用. - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:33.960000             🧑  作者: Mango

代码示例1
Run this in manage.py shell:

$ from django.conf import settings; 'django_extensions' in settings.INSTALLED_APPS

If it doesn't return True, then it means that you didn't add 'django_extensions' properly in INSTALLED_APPS, and that would be the only reason why Django doesn't find the command