Create Simple REST API with Django
Create Simple REST API with Python Django using the package Django REST Framework that transforms any existing Django application into a web API.
Create Simple REST API with Python Django using the package Django REST Framework that transforms any existing Django application into a web API.
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 creating database.
Implementing infinite scrolling with Django as like the web pages on Facebook, and Twitter using Django’s Paginator class and a jQuery plug-in called jScroll.
Django is the most popular free and open-source Python Web framework that believes in the development of the website on the go. Django provides lots of built-in features(such as admin panel, SQLite, etc.) which helps developers to focus on the core content of their app.