DjangoStaan

by Dev Mehta
refreshed

Things to do after Starting Your Django Project

You have created your first django project, but don't know what to do next. Here are the things you need to do after creating your django project. In this post, I'll be sharing the settings you need to configure in order to perform some basic…

Account Activation Emails with Django

When we sign up on website its send a email for confirmation to active an account. Or confirmation email need to change password or change email of an account. Here I will show you how to send a confirmation email when someone register on your…

HTML Tutorial - Part 2 - Web Development for Dummies

Welcome to another new post of the series - Web Development for Dummies. I hope you have read the last post HTML Tutorial - Part 1 - Web Development for Dummies as this is the continuation of that post. In case, you have not read that…

HTML Tutorial - Part 1- Web Development for Dummies

In this tutorial, we will start off by covering the very basics of HTML. HTML is the most basic building block of the web and every website will need it. It is our first fundamental step in understanding how to build web applications. Later on…

How the Web Works Under the Hood?

In this article, you will get to know about how the web works. You may be wondering about how the website gets rendered in your browser's screen as soon as you open its link. You will hear about Front-End technologies such as jQuery and…

Hello World

Hello WorldThis is a very special day for me. I'm so glad that I finally managed to launch my blog. I've been thinking about doing it for about 3 months, and it's finally here! 😊. l will talk more in depth about how I created…