Aggregating and Annotating Objects

The Django web framework includes a default object-rela

Nov. 7, 2023 continue
image base64 encoded

# with open(str(MEDIA_ROOT)+'/pdf/background.png', 'rb') as

Oct. 29, 2023 continue
Context in Views

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

Oct. 25, 2023 continue
connect to postgresql db

Here are a few steps you can take to resolve connect to db w

Sept. 19, 2023 continue
API-View vs View-Set in drf

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

Sept. 5, 2023 continue
Setup PostgreSql

To create a database and an owner with a password in Postgre

Aug. 28, 2023 continue
Access PostgreSQL-DB server on local

To access and use your PostgreSQL database on your local mac

Aug. 26, 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