Feedback system for avc college
first install requriments packages
pip install -r requirements.txt
then run django server
python manage.py runserver
and go to our broswer
http://127.0.0.1:8000/
paste this url
you should use templates folder for html file
and for js and css files you need to use static folder