Adding a Sitemap to the Website – Django Blog #10
Hello Internet People, today we add a sitemap to the website. A sitemap is an XML file that tells search … (more)
Hello Internet People, today we add a sitemap to the website. A sitemap is an XML file that tells search … (more)
Hello Internet Programmers, hope you are enjoying this tutorial. Today we build a search functionality to search posts by some … (more)
Hello Internet Programmer, today we retrieving posts by similarity. So, activate your virtual environment and let’s code. We have implemented … (more)
Hello Internet Programmer, today we adding the tagging functionality in the blog to categorize content in a non-hierarchical manner, using … (more)
Hello Internet Programmer, today we implement threaded comment in blog without any external module. So, activate your virtual environment and … (more)
Hello Internet Programmers, today we are adding featured image in blog posts. Featured image are important to attract people to … (more)
Hello Internet People, today we integrate CKEditor in Django admin. CKEditor is a rich text editor. So, activate your virtual … (more)
Hello Internet Programmer, today we display the list of posts and single post on a web page. So activate your … (more)
Hello Internet Programmer, today we Designing the blog data schema means we create a model for blogs to store blog … (more)
Hello Internet Programmer, In this tutorial we gonna build a Blog app in Django. This tutorial helps you to learn … (more)