Advertisement
organicnz

Untitled

May 21st, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.61 KB | None | 0 0
  1. (base) organic@Organic:~/CloudMail/IT/Development/Python/django_project% python manage.py runserverTraceback (most recent call last):
  2.   File "manage.py", line 8, in <module>
  3.     from django.core.management import execute_from_command_line
  4. ModuleNotFoundError: No module named 'django'
  5.  
  6. The above exception was the direct cause of the following exception:
  7.  
  8. Traceback (most recent call last):
  9.   File "manage.py", line 14, in <module>
  10.     ) from exc
  11. 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?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement