Simple release of user's order basket. Link to technical task - https://docs.google.com/document/d/1KMF6WM8dLvpvt8JFBUXqd8ydpmKLUCka3YQhgjiynMM/edit
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
A step by step series of examples that tell you how to get a development env running
At first clone a project
git clone https://github.com/idrummer83/azweb_testtask.git
cd azweb_testtask
Create and activate virtual enviroment
source venv/bin/activate
You need to install all packages from requirements.txt file
pip install -r requirements.txt
Start project
python manage.py runserver or .manage.py runserver
- Yuriy Lyashenko - idrummer83