Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Starting hello_world_web_1 ... done
  2. Attaching to hello_world_web_1
  3. web_1 | Traceback (most recent call last):
  4. web_1 | File "/code/manage.py", line 10, in main
  5. web_1 | from django.core.management import execute_from_command_line
  6. web_1 | ModuleNotFoundError: No module named 'django'
  7. web_1 |
  8. web_1 | The above exception was the direct cause of the following exception:
  9. web_1 |
  10. web_1 | Traceback (most recent call last):
  11. web_1 | File "/code/manage.py", line 21, in <module>
  12. web_1 | main()
  13. web_1 | File "/code/manage.py", line 16, in main
  14. web_1 | ) from exc
  15. web_1 | 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?
  16. hello_world_web_1 exited with code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement