I am in the initials stages of starting a django project. Everything is set, I have already installed django, python, virtual env and started myproject project. When I run the command python manage.py runserver I get an error saying no file directory.
two questions here:
- What is your current working directory (where the command is executed)?
- What is the value of PYTHON_PATH?