A web application powered by Python and Django to manage repair shop.
Clone the project
$ git clone https://github.com/JitendraNirnejak/bucks.git
$ cd bucksInstall Django in your environment :
For Windows :
$ pip install djangoFor Linux :
$ pip3 install django$ python manage.py runserver