To run the application extract django.zip and run Django\Scripts\activate.bat from your terminal to start the Django Virtual environment. If this works you should see (django) in your terminal.
For more on virtual enviroments use: https://tutorial.djangogirls.org/en/django_installation/
Once in the virtualEnv run the application by executing: python manage.py runserver from the floorWall directory.
sign into http://127.0.0.1:8000/admin with Username: andrew Password: Django2020 Use the "View Site" link to the top right of the page to view the main page.
http://127.0.0.1:8000/feed/rss and http://127.0.0.1:8000/feed/atom are also things.