Template used for this project - https://github.com/studygyaan/Bootstrap-Blog-Template
In this tutorial, you will learn how to display data in templates. How to use different template tags and filter for dynamic render data. Display data from the model/database and display it. How to pass variables and context from views to the Django template system.
- Create a folder and put all the files inside it.
- Create a virtual environtment -
virtualenv env
- Activate VirtualENV -
source env/bin/activate
- Run requirements.txt -
pip3 install -r requirements.txt
- Run the Application -
python3 manage.py runserver
- Go to - http://localhost:8000/
Superuser Credentials - username - admin, password - admin