self appraisal report is a web application done using Django for my college.
A website build using Django.
Clone down this repository. You will need python and django installed globally on your machine or in a virutal environment.
git clone karthik-dasari/self-appraisal-report.git
Install python latest version from https://www.python.org/downloads/
pip install django
python manage.py runserver
localhost:8000