This is a manual for pycharm:
- Create empty project
- In VCS (left top corner) in 'Checkout from version control' choose 'Git'
- Clone the project by link 'https://github.com/deathtanks/Trunch.git'
- To run venv in bash console in root file run
source bin/activate - To run server type in console
python manage.py runserver