In this blog post, we are going to make simple Books API using Django REST Framework package. Django REST Framework is the most powerful, flexible, mature, ful…
In this blog post, we connect MySQL database with Django project from scratch using mysqlclient python package. Here we will used MySQL Workbench GUI tool for …
Implementing infinite scrolling with django as like the web pages in facebook, twitter, instagram using django's Paginator class and a jQuery plug-in called j…
Django is the most popular free and open source Python Web framework that believes in development of the website on the go. Django provides lots of built in fe…