You can check out our project now at http://34.65.251.9/polls/login_student/
Innopolis University, Spring semester 2020.
Staff assesment and ranking system for Innopolis University.
Software project by Alexander Krivonosov, Polina Turishcheva, Rufina Sirgalina, Vladislav Kalmyikov
Python dependencies are listed in requirements.txt, so you can run $ python3 -m pip install -r requirements.txt to install all the necessary python requirements
Additionaly SQLite 3.8.3+ is required to support the database
just go to SWProject/mysite and run $ python3 manage.py runserver to run a server that is available at localhost:8000 alternatively, if you want the app to be available to everyone on the network, run $ python3 manage.py runserver 0: where is your favorite port number, this way anyone in your subnet will be able to access the application at http://<your_ip>:/polls/login_student