Answers for "Unknown command: 'runscript' Type 'manage.py help' for usage."

0

Unknown command: 'runscript' Type 'manage.py help' for usage.

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
Posted by: Guest on October-03-2021

Code answers related to "Unknown command: 'runscript' Type 'manage.py help' for usage."

Browse Popular Code Answers by Language