Description:
The django files (including wsgi.py,settings.py,model.py,url.py and views.py etc)are ready to upload,I need the following issues to be fixed and run it as:
http://username.pythonanywhere.com without errors;
1.Install an virtualenv through Bash;
2.Fix error to install django -1.8.14 on virtualenv start a project mvote and an app mysite;
3.Set up settings.py;(ref files provided)
4.Create virtualenv path on Web App without errors 5.set correct URLs on Web App
6.set url.py,views.py and wsgi.py without errors; 7.Using python manage.py createsuperuser and python manage.py migrate on virtualenv through Bash to sync
8.Run the basic Django files on pythonanywhere without errors.
9.Take Screen Shot for each step of the procedures
Pythonanywhere account and password will be provided.