Programming (4)

Django - Installation and Setup Guide - The Right Way to Setup your Django Project

In this post, I will be covering about installation of django project to your Windows / Unix machine. By the way, I have started a new instagram account to help more people learn Django. Follow @djangostaan to learn full stack web developement with Python and…

by Dev Mehta

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…

by Dev Mehta

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…

by Dev Mehta

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…

by Dev Mehta