MongoDB + Django Rest Framework CRUD Rest API example In this tutorial, we’re gonna create Python 3/Django & MongoDB CRUD example with Django Rest Framework for building Rest Apis. You’ll know: How to setup Django to connect with MongoDB Database How …
Continue Reading
DJANGO
Django-Rest-Framework-Authentication This project explains working of Django's Rest framework authentication system. We do API authentication using JWT tokens. We create a custom user class that modifies existing Django's base User class to login u…