Kuhle is a django app that is built using different types of technology stack, which includes MySQL, Django, Anaconda and Linux OS.
Problem statement:
*Kuhle PTY LTD provide logistic services to internet service providers in South Africa. Kuhle currently takes daily delivery orders from the internet service providers in the form of an excel spreadsheet and process them manually one by one.
Proposed solution:
*Building a basic system that import the customers delivery information that is contained in an excel spreadsheet into a table and update the order delivery status from an external API.
Procedures:
*Django admin to import csv’s and users to update status codes.
*Views to call APIs that are used to update customers details and orders.
*Creating API’s to update orders instead of a user manually entering them.