79203994

Date: 2024-11-19 15:22:31
Score: 1
Natty:
Report link

As the helper message said, are you sure django is installed ? do you use virtualenv ? You can verify if django installed by :

django-admin --version

If you are using virtualenv make sure it has been activated. Otherwise, if django is installed but still not detected, try to add python libraries to PATH :

export PYTHONPATH=${PYTHONPATH}:/Installed/library/Python/to/site-packages
source ~/.bash_profile
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: khalidgt