Эффективное использование DRF-сериализаторов в Django
https://pythonist.ru/effektivnoe-ispolzovanie-drf-serializatorov-v-django/
https://pythonist.ru/effektivnoe-ispolzovanie-drf-serializatorov-v-django/
Pythonist
Эффективное использование DRF-сериализаторов в Django
В данной статье рассматривается работа сериализаторов в Django при операциях чтения, рассматриваются типичные случаи с примерами кода и результатами работы.
Get Started With Django Part 3: Django View Authorization
https://realpython.com/django-view-authorization/
https://realpython.com/django-view-authorization/
Realpython
Get Started With Django Part 3: Django View Authorization – Real Python
This tutorial covers how to restrict your web pages to users with different roles through Django view authorization. You'll learn about HttpRequest.user objects, view decorators that authenticate, and how to notify your users with the Django messages framework.
Dockerize Django with Nginx and PostgreSQL
https://medium.com/analytics-vidhya/dockerize-django-with-nginx-and-postgresql-4fd922ff8418
https://medium.com/analytics-vidhya/dockerize-django-with-nginx-and-postgresql-4fd922ff8418
Generating random avatar images in Django/Python
https://www.peterbe.com/plog/random-avatars-in-django-python
https://www.peterbe.com/plog/random-avatars-in-django-python
Peterbe
Generating random avatar images in Django/Python - Peterbe.com
6 тегов шаблонов Django, нечасто представленных в руководствах
https://pythonist.ru/6-tegov-shablonov-django-nechasto-predstavlennyh-v-rukovodstvah/
https://pythonist.ru/6-tegov-shablonov-django-nechasto-predstavlennyh-v-rukovodstvah/
Pythonist
6 тегов шаблонов Django, нечасто представленных в руководствах
В данной статье давется описание для шести довольно редких тегов шаблонов Django. Приводятся примеры применения данных тегов.
Get Started With Django Part 3: Django View Authorization
https://realpython.com/django-view-authorization/
https://realpython.com/django-view-authorization/
Realpython
Get Started With Django Part 3: Django View Authorization – Real Python
This tutorial covers how to restrict your web pages to users with different roles through Django view authorization. You'll learn about HttpRequest.user objects, view decorators that authenticate, and how to notify your users with the Django messages framework.
Building Blog CMS (Content Management System) with Django
https://www.geeksforgeeks.org/building-blog-cms-content-management-system-with-django/
@Django_pythonl
https://www.geeksforgeeks.org/building-blog-cms-content-management-system-with-django/
@Django_pythonl
How to Create a Simple Recipe API with Django and Python
https://morioh.com/p/fe076a56c593
@Django_pythonl
https://morioh.com/p/fe076a56c593
@Django_pythonl
Guide To Frontend Testing Using Django
https://www.codementor.io/@dorianfelix/guide-to-frontend-testing-using-django-1bxeviqvh6
@Django_pythonl
https://www.codementor.io/@dorianfelix/guide-to-frontend-testing-using-django-1bxeviqvh6
@Django_pythonl
Django & React Tutorial - Django REST Framework (REST API)
https://morioh.com/p/4b13b8e60ceb
Code: https://github.com/techwithtim/Music-Controller-Web-App-Tutorial
@Django_pythonl
https://morioh.com/p/4b13b8e60ceb
Code: https://github.com/techwithtim/Music-Controller-Web-App-Tutorial
@Django_pythonl
Morioh
Django & React Tutorial - Django REST Framework (REST API)
This Django and React tutorial covers how to use the Django Rest framework. We will use the django rest framework to implement a django REST API and setup some endpoints to use later in our project.