Unknown command: shell_plus and --settings
Make sure you have installed
django-extensions
.pip install django-extensions
Add
django_extensions
(note the underscore between) to theINSTALLED_APPS
list insettings.py
file of your project.
According to documentation, you need to call it as ./manage.py shell+
.
Probably you've mixed up this command with shell_plus
from django-extensions
?