Procedures to run this project on local machine 1. Create and activate a virtual environment, install all dependencies using: "pip install -r requirement.txt". 2. Migrate all table to database using: "python manage.py makemigrations" then "python manage.py migrate". 3. Create a superuser using: "python manage.py createsuperuser". 4. run the server and and login to the admin panel, create the following category in the category table. Sport Entertainment News Technology Science General World Business LIfestyle 5. login to the staff dashboard and start creating blog post