Как настроить уведомления в Django с помощью сигналов: пошаговое руководство
В Django сигналы используются для отправки и получения важной информации при сохранении, изменении или даже удалении модели данных и это относится к определенным прошлым или настоящим событиям в реальном времени. Сигналы помогают нам связывать события с действиями. Меня зовут Ясин, я младший разработчик Python в Kokoc Group, работаю чуть больше года. Изучаю и использую в работе фреймворки Django и FastAPI. Сегодня покажу пример, как можно эффективно использовать сигналы, но ожидаю, что вы имеете базовые представления о Python 3, виртуальной среде и настройке проекта Django версии 3 или выше. Поехали!
Читать: https://habr.com/ru/companies/kokocgroup/articles/826238/
@django_prog
___
Другие наши проекты
В Django сигналы используются для отправки и получения важной информации при сохранении, изменении или даже удалении модели данных и это относится к определенным прошлым или настоящим событиям в реальном времени. Сигналы помогают нам связывать события с действиями. Меня зовут Ясин, я младший разработчик Python в Kokoc Group, работаю чуть больше года. Изучаю и использую в работе фреймворки Django и FastAPI. Сегодня покажу пример, как можно эффективно использовать сигналы, но ожидаю, что вы имеете базовые представления о Python 3, виртуальной среде и настройке проекта Django версии 3 или выше. Поехали!
Читать: https://habr.com/ru/companies/kokocgroup/articles/826238/
@django_prog
___
Другие наши проекты
Django Passwordless Authentication: A Comprehensive Guide with Code Examples
Modern security techniques like passwordless authentication improve user experience by doing away with the necessity for conventional passwords. By using this technique, the likelihood of password-related vulnerabilities including reused passwords, b...
Read: https://nilebits.hashnode.dev/django-passwordless-authentication-a-comprehensive-guide-with-code-examples
@django_prog
___
Другие наши проекты
Modern security techniques like passwordless authentication improve user experience by doing away with the necessity for conventional passwords. By using this technique, the likelihood of password-related vulnerabilities including reused passwords, b...
Read: https://nilebits.hashnode.dev/django-passwordless-authentication-a-comprehensive-guide-with-code-examples
@django_prog
___
Другие наши проекты
Какой у вас профессиональный уровень в IT?
Anonymous Poll
15%
Ещё не работаю в IT
10%
Intern / Стажер-разработчик или т.п.
17%
Junior / Младший разработчик или т.п.
25%
Middle / «Миддл»
19%
Senior / Старший разработчик или т.п.
8%
(Team) Lead / Руководитель команды, группы и т.п. или ведущий разработчик
2%
Руководитель разработки, департамента, топ-менеджер
2%
Связан с IT, но не занимаюсь и не руковожу разработкой (дизайнер, аналитик, продакт, ...)
2%
Другое (пожалуйста, укажите в комментариях ваш вариант)
Tailwind + Django Configuration
Tailwind and Django are both high-level frameworks. Django provides the powerful backend while Tailwind is a utility-first frontend framework.
Integrate Tailwind in the Django app with a few steps:
Step 1: Install Django-Tailwind Package
First, you n...
Read: https://malidipak.hashnode.dev/tailwind-django-configuration
@django_prog
___
Другие наши проекты
Tailwind and Django are both high-level frameworks. Django provides the powerful backend while Tailwind is a utility-first frontend framework.
Integrate Tailwind in the Django app with a few steps:
Step 1: Install Django-Tailwind Package
First, you n...
Read: https://malidipak.hashnode.dev/tailwind-django-configuration
@django_prog
___
Другие наши проекты
Understanding Django Middleware: A Practical Guide
Django middleware is a powerful tool that allows you to process requests and responses globally across your entire Django application. In this post, we'll explore what middleware is, how it works, and walk through some practical examples.
What is Dja...
Read: https://kenan7.com/understanding-django-middleware-a-practical-guide
@django_prog
___
Другие наши проекты
Django middleware is a powerful tool that allows you to process requests and responses globally across your entire Django application. In this post, we'll explore what middleware is, how it works, and walk through some practical examples.
What is Dja...
Read: https://kenan7.com/understanding-django-middleware-a-practical-guide
@django_prog
___
Другие наши проекты
From Frontend to Full Stack: A Developer's Journey into Backend Territory
As a front-end developer, I've always been comfortable crafting user interfaces and bringing designs to life in the browser. However, I recently decided to venture into the world of backend development, and boy, was it an eye-opening experience! My t...
Read: https://theadekolaexperience.hashnode.dev/from-frontend-to-full-stack-a-developers-journey-into-backend-territory
@django_prog
___
Другие наши проекты
As a front-end developer, I've always been comfortable crafting user interfaces and bringing designs to life in the browser. However, I recently decided to venture into the world of backend development, and boy, was it an eye-opening experience! My t...
Read: https://theadekolaexperience.hashnode.dev/from-frontend-to-full-stack-a-developers-journey-into-backend-territory
@django_prog
___
Другие наши проекты
Болевые точки Django в современной разработке
Сегодня хочу поговорить про Django. Django — замечательный фреймворк. А еще крайне популярный, его часто осваивают новички и используют в своих проектах. На самом деле у Django есть и несколько минусов, а точнее нюансов, на которые важно обращать внимание и о которых важно знать, приступая к разработке.
Читать: «Болевые точки Django в современной разработке»
@django_prog
___
Другие наши проекты
Сегодня хочу поговорить про Django. Django — замечательный фреймворк. А еще крайне популярный, его часто осваивают новички и используют в своих проектах. На самом деле у Django есть и несколько минусов, а точнее нюансов, на которые важно обращать внимание и о которых важно знать, приступая к разработке.
Читать: «Болевые точки Django в современной разработке»
@django_prog
___
Другие наши проекты
✍1
Merchant Website Crawler With Django
Read: https://pythonawesome.com/merchant-website-crawler-with-django/
@django_prog
___
Другие наши проекты
Read: https://pythonawesome.com/merchant-website-crawler-with-django/
@django_prog
___
Другие наши проекты
This project is for deploying a Django project using Nginx and Gunicorn
Read: https://pythonawesome.com/this-project-is-for-deploying-a-django-project-using-nginx-and-gunicorn/
@django_prog
___
Другие наши проекты
Read: https://pythonawesome.com/this-project-is-for-deploying-a-django-project-using-nginx-and-gunicorn/
@django_prog
___
Другие наши проекты
Calorie Counter/Fitness Planner created for a M&T Bank hackathon Spring 2022, Django/SQLite3 Backend
Read: https://pythonawesome.com/calorie-counter-fitness-planner-created-for-a-mt-bank-hackathon-spring-2022-django-sqlite3-backend/
@django_prog
___
Другие наши проекты
Read: https://pythonawesome.com/calorie-counter-fitness-planner-created-for-a-mt-bank-hackathon-spring-2022-django-sqlite3-backend/
@django_prog
___
Другие наши проекты
Django server-side adapter for Inertia.js
Read: https://pythonawesome.com/django-server-side-adapter-for-inertia-js/
@django_prog
___
Другие наши проекты
Read: https://pythonawesome.com/django-server-side-adapter-for-inertia-js/
@django_prog
___
Другие наши проекты
A prettier way to see Django requests while developing
Read: https://pythonawesome.com/a-prettier-way-to-see-django-requests-while-developing/
@django_prog
___
Другие наши проекты
Read: https://pythonawesome.com/a-prettier-way-to-see-django-requests-while-developing/
@django_prog
___
Другие наши проекты
This media is not supported in your browser
VIEW IN TELEGRAM
A prettier way to see Django requests while developing
Read: https://pythonawesome.com/a-prettier-way-to-see-django-requests-while-developing/
@django_prog
___
Другие наши проекты
Read: https://pythonawesome.com/a-prettier-way-to-see-django-requests-while-developing/
@django_prog
___
Другие наши проекты
A simple Django drf app to upload files to MINIO
Read: https://pythonawesome.com/a-simple-django-drf-app-to-upload-files-to-minio/
@django_prog
___
Другие наши проекты
Read: https://pythonawesome.com/a-simple-django-drf-app-to-upload-files-to-minio/
@django_prog
___
Другие наши проекты
A simple REST API to manage postal addresses, written in Python/Django
Read: https://pythonawesome.com/a-simple-rest-api-to-manage-postal-addresses-written-in-python-django/
@django_prog
___
Другие наши проекты
Read: https://pythonawesome.com/a-simple-rest-api-to-manage-postal-addresses-written-in-python-django/
@django_prog
___
Другие наши проекты
Yummy Django API, it's the exclusive API used for the e-yummy-ke vue web app
Read: https://pythonawesome.com/yummy-django-api-its-the-exclusive-api-used-for-the-e-yummy-ke-vue-web-app/
@django_prog
___
Другие наши проекты
Read: https://pythonawesome.com/yummy-django-api-its-the-exclusive-api-used-for-the-e-yummy-ke-vue-web-app/
@django_prog
___
Другие наши проекты
Address Book App in Django
Read: https://pythonawesome.com/address-book-app-in-django/
@django_prog
___
Другие наши проекты
Read: https://pythonawesome.com/address-book-app-in-django/
@django_prog
___
Другие наши проекты
Project management website for CMSC495 built using the Django stack
Read: https://pythonawesome.com/project-management-website-for-cmsc495-built-using-the-django-stack/
@django_prog
___
Другие наши проекты
Read: https://pythonawesome.com/project-management-website-for-cmsc495-built-using-the-django-stack/
@django_prog
___
Другие наши проекты
Advance market place website written in django
Read: https://pythonawesome.com/advance-market-place-website-written-in-django/
@django_prog
___
Другие наши проекты
Read: https://pythonawesome.com/advance-market-place-website-written-in-django/
@django_prog
___
Другие наши проекты
Framework for creating Discord bots using Django
Read: https://pythonawesome.com/framework-for-creating-discord-bots-using-django/
@django_prog
___
Другие наши проекты
Read: https://pythonawesome.com/framework-for-creating-discord-bots-using-django/
@django_prog
___
Другие наши проекты
👍1