# README #
# Django deployment Tool #
[](https://raw.githubusercontent.com/hyperium/hyper/master/LICENSE) ### --- How to install and use for Ubuntu 16.04 ###
First you need to install python3 and after install django you can run the project following bellow steps
if you have a python3 follow this step
`
$ git clone https://github.com/munisisazade/django_deployment_tool.git
$ cd django_deployment_tool
$ chmod +x deploy.sh
$ ./deploy.sh usage
$ ./deploy.sh deploy
$ ./deploy.sh status
`