- Activate the cirtual environment by running the command
source menv/bin/activatefrom the root directory - cd to the tutorial folder you are interested in, and then start Django development server using
python manage.py runserver - Paste http://127.0.0.1:8000/ to the browser and you are ready to play with it.
- Quit the development serverL
CTRL + C - Quit the virtual environment:
deactivate