lagos state university voting system for esslasu 2020 and 2021 the link to the website https://esslasu.herokuapp.com
the requirement are located in the requirement file and are
asgiref==3.2.10
pytz==2020.1
dj-database-url==0.5.0
Django==3.0
django-heroku==0.3.1
gunicorn==20.0.4
python-decouple==3.3
sqlparse==0.3.1
whitenoise==5.2.0
pipenv==2020.11.15
six==1.15.0
pip install -r requirements.txt
to install the following commands
1 CREATE AVIRTUAL ENVIRONMENT python3.7 -m venv venv 2 move to the directory using cd esslasu 3 migrate the code python manage.py migrate 4 run the developmental server python manage.py runserver
the above instructions work for only ubuntu linux it can also work for window by google searching how to create a virtual environment on python3