-3
Traceback (most recent call last):
  File "manage.py", line 16, in <module>
    "Couldn't import Django. Are you sure it's installed and "
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
Brown Bear
  • 19,655
  • 10
  • 58
  • 76

1 Answers1

0

good article to understand PYTHONPATH: https://bic-berkeley.github.io/psych-214-fall-2016/using_pythonpath.html

export PYTHONPATH="$PYTHONPATH:/home/user/work/your_django_project"
frankegoesdown
  • 1,898
  • 1
  • 20
  • 38