Did you ever ask yourself how to separate your sensitive information, like the secret key, from your project? Well Python Decouple is the right tool for that!
This is the sixth part of our tutorial series! In this part, we are going to set up an email service provider in our Django application to send emails.
This is the fifth part of our tutorial series! We are going to deploy our Django application to the Heroku cloud platform. Heroku is a platform as a service that is very easy to set up and has a free service level for small project.
In this article, I have selected the best books to learn Django. Whether you are new, beginner, or advanced with Django you will find here a book for you.
Welcome to the fourth part of the Django blog tutorial series. In this part, we are going to allow users to create blog posts. We are also going to implement a comment system.
In this part, we are going to explore Django's authentication system and how to create a profile page for users. The implemented pages are: sign up, log in, log out, reset password, change password, profile, and finally an edit page.
This is the second part of the Django blog tutorial series. In this part, we are going to explore the MVT architecture.
In this tutorial series, we are going to build a blog application with the Django web framework. We will start from the configuration of the project to deployment. In this first part, we are going to do all the required configuration for the project.