Learning Django with Hillel. Project is about currency exchanges
#Currency
###How to start the project
First off all create virtual environment using this command
$ python3 -m venv env
Activate environment
$ . env/bin/activate
Then run a server
$ python app/manage.py runserver