Generic placeholder image
Zehra Ahmad

Dian Alphabet

Chat

About

Education: BSc.

Lives in: Ghaziabad

Work: Dian Alphabet

Recent Post

thumbnail

How to implement pagination in Django

In this article, we will tell you how to implement pagination in Django and we are bringing a new course of Django, you will find its link at the last of the article, you must …

django Python Pagination


thumbnail

How to create an REST API using Django rest framework, with example

In this article we will see how to create an API.

what is rest API?

REST (Representational State Transfer) API is a software architectural style that defines a set of constraints to be used for …

django API django-rest-framework


thumbnail

Query-related tools in django

In Django, the QuerySet the object represents a collection of objects from your database. You can use various methods and functions provided by Django to manipulate and retrieve data from these QuerySets. Some common methods and …

django Python Query-related Query