Skip to content

Files

Latest commit

cefad84 · May 14, 2022

History

History
25 lines (21 loc) · 779 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 779 Bytes

Creating a Blog Application using Django

This is the example for the project discussed in the blog post: How to Create a Blog Application Using Django

How to Create a Blog Application Using Django

To run this project follow these steps:

git clone https://github.com/pythonsansar/django-blog.git
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Screenshots of the blog application:

Adding blog post

Blog Lists

Blog Detail