3 Item(s)

Django

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…