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…
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…
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…
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…