📅  最后修改于: 2022-03-11 14:57:33.960000             🧑  作者: Mango
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