Posts By [email protected]

Deploy Django Project On Heroku

Last updated on 30th May 2021 by [email protected] | Category: Django Tutorial

In this tutorial we will learn how to deploy your django app on heroku using github. Setting up Django Project Firstly we will create a django project or one may also use any existing project. In case you don’t know how to create a django project you may refer our previous blogs . In my […]

Read more 

Protect Django Project From Getting Attacked

Last updated on 22nd November 2021 by [email protected] | Category: Django Tutorial

In this tutorial we will learn how to your protect django settings.py file of your project from being subjected to any attack. You can also find the code on GitHub. So, let’s start. Setting up Django Project We will first create a Django Project. You can refer our previous blogs in order to create a […]

Read more 

Make Your Own Search Engine Using Python

Last updated on 27th November 2021 by [email protected] | Category: Python Tutorial

Make your own search engine using python. In this tutorial, we will learn how to create a search engine using python, beautiful soup , tkinter , requests . Let’s get started. Making GUI(Graphical User Interface) for our project For making the GUI we will be using tkinter. Tkinter is the Python interface to the Tk […]

Read more 

Email OTP Verification Form using AJAX and Django Template

Last updated on 24th May 2021 by [email protected] | Category: Django Tutorial

Django OTP Verification on Email and Phone – Two Factor Authentication in Django. In this tutorial, we will learn how to create a Registration Form for User Signup and simultaneously verifying email using AJAX. Without verifying the OTP user cannot fill up the form. You can also find this tutorial code on GitHub. Let’s get […]

Read more