Django Rest API – View – Part2
In this part we will see about “Views” with DRF
Our Company Blog
In this part we will see about “Views” with DRF
Let’s get started with django rest api framework as we saw in the last blog.
1: INTRODUCTION: KeystoneJS is an open source framework for developing database-driven websites, applications, and APIs in Node.js. And guess what, it is built on Express and MongoDB
In this post we will mainly see about django model and database operations
In previous blog we saw just basics of django and should have understood basics of apps, routes, model at-least theoretically.
In this tutorial we will see how to use django in our projects and mainly we will focus this towards REST API’s
This article is for the development of a REST API for communication with other users with the help of a REST API called Twilio. Twilio’s APIs (Application Programming Interfaces) is a platform for communications with users globally. Behind these APIs is a software layer connecting and optimizing communications networks around the world to allow your […]
Introduction: postman is a tool which we used to get a response from an API request means when we make a request from a route in our application then to see what response we get from that particular route we used postman.
Introduction: Requests is a Python module that you can use to send all kinds of HTTP requests. It is an easy-to-use library with a lot of features ranging from passing parameters in URLs to sending custom headers and SSL Verification. we can use requests library very easily like this. import requestsreq = requests.get(‘https://www.excellencetechnologies.in/’) Now let’s install […]
Introduction: The ability to send emails to either the users of your application or to yourself is a very nice feature to have in your web application. This blog post will demonstrate how to incorporate the sending of emails to users when they create a new account. how to confirm users’ email address.