Task was to develop a basic web application for an online newspaper using the Django framework.
To run Django server
- pip install -r requirements.txt
- Move into the groupCW directory using the Terminal (should be able to see manage.py)
- Run the command "python manage.py runserver"
- Copy and past the link into web browser.