This website is made possible by displaying online advertisements to our visitors.
Please consider supporting us by disabling your ad blocker. Thank you for your support.
How to Use Python Decouple with Django

How to Use Python Decouple with Django

May 18 2021 Yacine Rouizi
Python Decouple Settings

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!


Read more ...
Django blog tutorial part 6: Setting Up an Email Service

Django blog tutorial part 6: Setting Up an Email Service

May 4 2021 Yacine Rouizi
Blog Django Email Service

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.


Read more ...
Django blog tutorial part 5: Deployment on Heroku

Django blog tutorial part 5: Deployment on Heroku

April 28 2021 Yacine Rouizi
Blog Django Deployment Heroku

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.


Read more ...
9 Best Django Books for Beginners and Advanced Programmers

9 Best Django Books for Beginners and Advanced Programmers

April 25 2021 Yacine Rouizi
Django Books

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.


Read more ...
Django blog tutorial part 4: Posts and Comments

Django blog tutorial part 4: Posts and Comments

April 21 2021 Yacine Rouizi
Blog Django Testing Class Based View

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.


Read more ...
Django blog tutorial part 3: Authentication and Profile Page

Django blog tutorial part 3: Authentication and Profile Page

April 14 2021 Yacine Rouizi
Blog Django Authentication Testing

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.


Read more ...
Django blog tutorial part 2: Model View Template

Django blog tutorial part 2: Model View Template

April 7 2021 Yacine Rouizi
Blog Django

This is the second part of the Django blog tutorial series. In this part, we are going to explore the MVT architecture.


Read more ...
Django blog tutorial part 1: Project Configuration

Django blog tutorial part 1: Project Configuration

April 1 2021 Yacine Rouizi
Blog Django

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.


Read more ...