Skip to content

pythonsansar/django-blog

Repository files navigation

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