Getting the source code
Retrieve the source code:
git clone https://github.com/EchoUA/ivan_test.git my-project cd my-project
Where my-project is the name of your new website or project. Starting the virtual machine development environment
Install the required python packages:
pip install -r requirements.txt
You can now start the development web server:
./manage.py runserver