How to Create a Simple Blog Using Python as Well as Django
A Django python blog application helps you to get a good understanding of the framework. It also permits its users to create, edit, and delete posts.
How to Develop RESTful Webservice in Django using Django REST Framework
DjangoRestFramework is widely used to develop restful API. Django REST Framework is easy to use who are familiar with Django, as it is developed on the core concepts of Django. In the current blog post we’ll learn how to develop a RESTful API that performs CRUD operations on the DB.
Best Practices for Django and Django Rest Framework
Django is one such Rest API framework that has been continuously in the picture for its scalability, flexibility, and accountability to prepare the web API.