Posts

Showing posts from March, 2020

what is django | python django

Image
What Is Django | Django Web Framework  Hello friends today we are discuss about what is django? . As you know that python is one of the most popular language. Django is an python webframework. what is django? 1. what is Django ? Django is a high-level full stack open source web framework written in Python, which encourages rapid development and clean, practical design. Django ranges from a basic blog to a full social media app, regardless of size for any project. Python has achieved immense growth over the past few decades, which has had a positive impact on the growth of Django, with many leading firms now recruiting experts from Django for their projects. Django's design began in 2003 as a project undertaken by Adrian Holovetti and Simon Willison in Lawrence in the Journal-World newspaper in Kansas in the United States. In 2005, Holovetti and Willison released the first public version of it under the name of Belgian French guitarist Django Reinhardt. 2. ...

Django Rest Framework

Image
Django Rest Framework Django restframework browsable API login with Django I have created a sample API using djangorestframework which works fine and I can use the browsable API without any problem. Then I added the outh2 certification mentioned on the official website, which also worked fine. I can use the following to get an access token I can use curl to browse my API using an access token.