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 Develop A Django Website Using Termux And Android

How To Develop A Django Website Using Termux And Android ? Before we dive into designing…

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

Pythonanywhere Vs Heroku Which One To Host Your App

Pythonanywhere Vs Heroku Which One To Host Your App ? You might be worried where to…

Python Vs Java : Right Choice For Beginners

Python vs Java which one is the best choice for beginners is a question that every…

How To Host Django Website On Pythonanywhere

Developing a website and host Django website is not an easy one; after developing a website…

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…