[PYTHON] Login with django rest framework

At the project level url Add bottom

urlpatterns = [
	path('admin/', admin.site.urls),
     ....
	path('api-auth/', include('rest_framework.urls')),

/api-auth/login You can log in with

Recommended Posts

Login with django rest framework
Django REST framework with Vue.js
[Django] Use MessagePack with Django REST framework
CRUD GET with Nuxt & Django REST Framework ②
Django REST framework basics
Django Rest Framework Tips
Implement JWT login functionality in Django REST framework
Implementing authentication in Django REST Framework with djoser
Django REST framework stumbling block
Create a Todo app with Django REST Framework + Angular
More new user authentication methods with Django REST Framework
Create a Todo app with the Django REST framework
Create APIs around user authentication with Django REST Framework
When you want to filter with Django REST framework
Implement hierarchical URLs with drf-nested-routers in Django REST framework
Set up social login with Django
Logical deletion in Django, DRF (Django REST Framework)
Understand the benefits of the Django Rest Framework
Implementation of CRUD using REST API with Python + Django Rest framework + igGrid
Miscellaneous notes about the Django REST framework
Internationalization with django
Creating a login screen with Django allauth
CRUD with Django
Create a REST API to operate dynamodb with the Django REST Framework
How to deal with garbled characters in json of Django REST Framework
A story about implementing a login screen with django
Django REST framework A little useful to know.
Django 1.11 started with Python3.6
Development digest with Django
Django python web framework
Output PDF with Django
Markdown output with Django
Use Gentelella with django
Twitter OAuth with Django
Getting Started with Django 1
How to automatically generate API document with Django REST framework & POST from document screen
Send email with Django
Pooling mechanize with Django
Use MySQL with Django
Start today with Django
Getting Started with Django 2
List method for nested resources in Django REST framework
Implement APIs at explosive speed using Django REST Framework
[Django Rest Framework] Customize the filter function using Django-Filter
Sometimes you want to access View information from Serializer with DRF (Django REST Framework)
How to write custom validations in the Django REST Framework
Do Django with CodeStar (Python3.6.8, Django2.2.9)
Implement login function with django-allauth
Get started with Django! ~ Tutorial ⑤ ~
Minimal website environment with django
Create an API with Django
Eliminate errors that occur when using Django REST Swagger with Django 3.0
The first API to make with python Djnago REST framework
Do Django with CodeStar (Python3.8, Django2.1.15)
Deploy Django serverless with Lambda
How to reset password via API using Django rest framework
Python3 + Django ~ Mac ~ with Apache
Create a homepage with django
Get started with Django! ~ Tutorial ④ ~
Getting Started with Python Django (4)
Web application creation with Django