Django RESTful API
In this Django RESTful API we will learn to create a RESTful API with Django. Here we will Create, Read, Update and Delete posts using RESTful API. We will use the POSTMAN to test our API.
In this Django RESTful API we will learn to create a RESTful API with Django. Here we will Create, Read, Update and Delete posts using RESTful API. We will use the POSTMAN to test our API.
In this fifth part of Django E-Learning Platform we will learn how to use the Django cache framework and use the Memcached and Redis cache backends for our project.
In the fourth part of Django E-learning Platform, we are going to build the functionality to access course contents, create a student registration system and manage student enrollment onto courses.
In the third part of “Django e-learning platform” we will learn to sort modules and contents of our courses with the help of features of HTML5, JS and AJAX.
In this part, of Blog App in Django we will use bootstrap.
In part four we add some restrictions to our Blog application.