Kit Deployment Instructions
1. Clone the code from github
2. Run pip install -r requirements.txt to install the required modules.
3. Run python manage.py makemigrations and python manage.py migrate to make migrations and install them.
4. Run python manage.py createsuperuser to create a super-user account. This step is optional.
5. Run python manage.py runserver to start the server.
The Server is now set-up. You may go to the website address to see it live.