#django
Read more stories on Hashnode
Articles with this tag
We will learn to build a user sign-up and log-in system in Django with django-allauth package and a custom user model. · Create a new Django Project and...
django-allauth is an integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social)...
In this article, you will learn to build an artificial intelligent API to detect toxic comment · Introduction Toxicity is anything rude, disrespectful,...
We will learn to create an API using mixins, Viewsets & Routers. · Introduction Following this link:...
Learn to build APIs · Introduction We will build a to-do API backend using Django Rest Framework. We will be able to create, read, update and delete...
Develop an e-Commerce store where users can add items to a cart and make payment · We will use the following approach to build the e-commerce store: Get...