Text to ASCII Art in Django
Hello internet programmer. Let’s make a small project, Text to ASCII Art Generator in Django. So let’s jump into the … (more)
Hello internet programmer. Let’s make a small project, Text to ASCII Art Generator in Django. So let’s jump into the … (more)
Hello internet programmer. Let’s add GitHub authentication in Django app using Django-allauth package. Even I used GitHub auth in my … (more)
Hello internet programmer. Almost every app provides social authentication, especially Facebook authentication right. Let’s add Facebook authentication in Django app … (more)
Hello Internet Programmers. Let’s add google authentication in Django projects. We will use django-allauth packege. Okay, let’s jump into the … (more)
Hello Internet pRoGraMmeRs. Default Django-allauth forms are so basic, with no style, and simple. So let’s see how to customize … (more)
Hello internet programmers. Django-allauth is amazing package to integrate an authentication system into your app. It provides email authentication and … (more)
Hello Internet programmers. How are you? Django is an amazing framework and we all know that. (some interesting facts about … (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)