This is the example for the project discussed in the blog post: How to Create a Blog Application Using Django
git clone https://github.com/pythonsansar/django-blog.gitpip install -r requirements.txtpython manage.py migratepython manage.py runserver


