This is a sample Django Project website to understand the basics of Django web framework.
In this project, we will create a basic blogging website
In order to install and run the app, please follow these steps:
- Clone the repo
- CD to the folder you cloned the repo in
- Install all requirements by running "pip3 install -r requirements.txt"
- Run "manage.py runserver"
- Go to "localhost:8000" to see the website live in action.”