Differences between has_object_permission and has_permission

We have following two permission methods on BasePermiss

Nov. 14, 2023 continue
Aggregating and Annotating Objects

The Django web framework includes a default object-rela

Nov. 7, 2023 continue
Context in Views

In Django REST Framework, the `APIView` class and the `Model

Oct. 25, 2023 continue
API-View vs View-Set in drf

In Django REST Framework (DRF), you can choose between `APIV

Sept. 5, 2023 continue
Popular methods in Serializer file

In Django, serializers are used to convert complex data type

Aug. 21, 2023 continue
Aggregate in Django

# response_work_projects = [] # for report in rep

Aug. 21, 2023 continue
Permissions In Django

1) Custom PermissionsTo create custom permissions for a give

Aug. 14, 2023 continue
In Django, filed lookups

In Django, field lookups are used to perform queries on mode

Aug. 8, 2023 continue
Aggregating and Annotating Objects in Django

OverviewThe Django web framework includes a default obj

Aug. 4, 2023 continue
ViewSets & APIViews in Django

In Django, you can use either ViewSets or APIViews to create

July 22, 2023 continue