How To Commit A Project On Github Using Termux And Android

If you are struggling to commit your project on Github and you don’t know how to…

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…