Django Allowed Host : How To Set Allowed_Host In Django

Setting up allowed host is a good practice to stop hackers or attackers from entering your…

Django Superuser : How To Create Superuser In Django

Django superuser is a very powerful tool which provide us with many things as a user.…

Django Slug Field : How To Auto Populate Django Slug

In this tutorial we are going to use django slug field in our url instead of…

Django Gmail – How To Send Email In Django

Although Python provides how to send email in Django interface via the smtplib module,but Django provides a couple…

How To Create And Run A Web App On Pythonanywhere

What is pythonanywhere Python anywhere is online hosting platform just like heroku, aws and C-panels platform.…

How To Serve Django Static Files In Pythonanywhere And Heroku

To configure staticfiles, you would need to follow the steps below to make sure you set…

Django Detail View – Creating Views Using Class Based View

Django detail views Below are illustration of How to Create a Class Based View In Django A…

Listview – Using django class based view

List View refers to a view logic to display multiple instances of a table in the…