When we visit the other countries web sites we first face an issue with languages, absolutely we have google to convert into our country language and vise verse but what if we give the choice to user choose there own language, So this tutorial talks about how to create a multilingual website in Django. SetUp: …
Whenever we build an application using Django/ REST API we need User model to store the information of the user, and we can create our own customization model for that, but if you use existing (Inbuild) user model you'll get a lot of functionality that goes along with it -- for example a pretty good permission system, and y…
Whenever we send a request to the server, it should be Authorize and Authenticate, Now what is the main difference between them? Authorization: The authorization will check the following points for logged-in user Verifies is access allowed through policies and rules Determine what the …
AI(Artificial intelligence) is an Intelligence demonstrated by Machines, Which will help to maximize human achievement successfully. Like that we have famous chatbot which will respond by machine on questioning of humans and we termed it as AI chatbot or AI assistance. In this tutorial we are going to see how we can i…
Hey guys !!!! Welcome to my 1st tutorial at PYCORNERS, This is my beginning, so I decided to tell some basic introduction about python, Django, and REST API and what is the specific use of them. In this tutorial, we are going to explore What is Python? Why the name is Python? Where we use Python language? T…