Django Unleashed Framework
1.45K subscribers
2.17K photos
2.59K links
Лучшие материалы по разработке на фреймворке Django на русском и английском языке

Разместить рекламу: @tproger_sales_bot

Правила общения: https://tprg.ru/rules

Другие каналы: @tproger_channels

Другие наши проекты: https://tprg.ru/media
Download Telegram
How to build a user signup and login system using django-allauth

django-allauth is an integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication. We will use this package to implement authentication workflow.
Create a new D...

Read: https://emmakodes.hashnode.dev/how-to-build-a-user-signup-and-login-system-using-django-allauth
👍1
How to Enable Cross-Origin Resource Sharing (CORS) in Django for Safe HTTP Requests

Situation
Imagine you are learning web development with Python and just started a Django project for your web project. Everything looks clean and perfect, you have the database running, the models are designed and REST APIs are ready to be requested....

Read: https://junedang.hashnode.dev/how-to-enable-cross-origin-resource-sharing-cors-in-django-for-safe-http-requests
Discover the Magic of Python and Django. A Guide to Building Dynamic Web Applications.

Hello! I'd be happy to write an interactive post about Python and its Django framework.
Python
Python is a high-level, interpreted, and general-purpose programming language. It was created in the late 1980s and has since become one of the most widely...

Read: https://mehfooz-dev.hashnode.dev/discover-the-magic-of-python-and-django-a-guide-to-building-dynamic-web-applications
How to build a user signup and login system using django-allauth, a custom user model and login with Email

Create a new Django Project and app
Create a new directory anywhere. You can do it on your desktop and then open the folder on your favorite code editor
Open the terminal and create a virtual environment
python -m venv .myvenv

Activate virtual envir...

Read: https://emmakodes.hashnode.dev/how-to-build-a-user-signup-and-login-system-using-django-allauth-a-custom-user-model-and-login-with-email
How to build a user signup and login system using django-allauth and a custom user model. We will log in with Email instead of a username

Create a new Django Project and app
Create a new directory anywhere. You can do it on your desktop and then open the folder on your favorite code editor
Open the terminal and create a virtual environment
python -m venv .myvenv

Activate virtual envir...

Read: https://emmakodes.hashnode.dev/how-to-build-a-user-signup-and-login-system-using-django-allauth-and-a-custom-user-model-we-will-log-in-with-email-instead-of-a-username
👍1
Sqlite3 or PostgreSQL which database is good for django ?

Both PostgreSQL and SQLite3 can be used with Django, and the choice between the two depends on the requirements of your project.
SQLite is a good choice if your project is small and simple, and doesn't require a lot of concurrent access. SQLite is ea...

Read: https://devopswarriors.hashnode.dev/sqlite3-or-postgresql-which-database-is-good-for-django
Postgresql vs SQLite3

Both PostgreSQL and SQLite3 can be used with Django, and the choice between the two depends on the requirements of your project.
SQLite is a good choice if your project is small and simple, and doesn't require a lot of concurrent access. SQLite is ea...

Read: https://sahiljaggarwal.hashnode.dev/postgresql-vs-sqlite3
PostgreSQL vs SQLite3

Both PostgreSQL and SQLite3 can be used with Django, and the choice between the two depends on the requirements of your project.
SQLite is a good choice if your project is small and simple, and doesn't require a lot of concurrent access. SQLite is ea...

Read: https://sahiljaggarwal.hashnode.dev/postgresql-vs-sqlite3-1
Субъективно интересное из мира Python за январь-2023

Раз в месяц мы в Moscow Python Podcast собираемся и обсуждаем новые релизы, PEP, заинтересовавшие нас инструменты и статьи. Под катом — текстовая выжимка из обсуждения.


Читать: https://habr.com/ru/post/715646/
Outreachy: Week ten

I have three weeks left to complete my Outreachy internship with Wagtail.
In my last article, I discussed how I got started learning the technologies behind Wagtail CMS. In this week’s article, I share with you the overview of the user guide document...

Read: https://activuscode.hashnode.dev/outreachy-week-ten
Build Web Fullstack Apps with DIRT: Django, Inertia, React & Tailwind CSS aka D.I.R.T Stack

Lately, I've been digging into (🙃) the world of InertiaJs so, here’s a mini guide on how to get Tailwind CSS working in your Django + InertiaJs + React (Vite) project. Since there are so many “stacks” out there already, I figured, let’s just make on...

Read: https://saiforceone.hashnode.dev/build-web-fullstack-apps-with-dirt-django-inertia-react-tailwind-css-aka-dirt-stack
Implementing search in Django fbv

So after about 2 years after I am writing this blog post.

What can I do? I am very lazy...
After procrastinating for 2 years I've decided to finally write a blog post

I assume that you have some basic knowledge of Django requests and responses, lik...

Read: https://foxy4096.hashnode.dev/implementing-search-in-django-fbv
Использовать хранилище Django для хранения результатов Celery в Google Cloud

Тот, кто подключает Celery к Django, использует как правило, пакет django-celery-results для использования таблицы специальной модели Django в качестве хранилища результатов выполнения задач Celery.

Вероятно, через какое-то время, у вас возникнет желание заменить такую таблицу на что-то другое, например облачное хранилище. Приглашаю под кат всех заинтересованных.


Читать: https://habr.com/ru/post/716202/
Django: Things you don't learn from the tutorials

Let's say you want to add RSS feed to your blog built using Django. Django has syndication feed framework so that's probably the one that you'll use.
I'll just take the code example from the documentation linked above. Your feed's code will look like...

Read: https://grep.koditi.my/django-things-you-dont-learn-from-the-tutorials
Top Python Frameworks Raising Bar in 2023

Django: An open-source, high-level Python web framework that follows the model-template-view (MTV) architectural pattern. It provides a rich set of tools and libraries for building robust web applications with ease.

Flask: A micro-web framework for ...

Read: https://pyguru.hashnode.dev/top-python-frameworks-raising-bar-in-2023
TOP Python Frameworks for Developers in 2023

Django: An open-source, high-level Python web framework that follows the model-template-view (MTV) architectural pattern. It provides a rich set of tools and libraries for building robust web applications with ease.

Flask: A micro-web framework for ...

Read: https://pyguru.hashnode.dev/top-python-frameworks-for-developers-in-2023
Top 12 Django Packages and Libraries

Django Rest Framework: A powerful and flexible toolkit for building Web APIs, which makes it easier to build, test, and debug RESTful APIs in Django.

Django Debug Toolbar: A package that provides a set of panels displaying various debug information ...

Read: https://pyguru.hashnode.dev/top-12-django-packages-and-libraries
Top Python Frameworks for Developers

Django: An open-source, high-level Python web framework that follows the model-template-view (MTV) architectural pattern. It provides a rich set of tools and libraries for building robust web applications with ease.

Flask: A micro-web framework for ...

Read: https://pyguru.hashnode.dev/top-python-frameworks-for-developers
Tell me about the Django framework.

Introduction to the Django Framework
Django is an open-source, high-level web framework written in Python. It is designed to simplify the creation of complex, database-driven websites. It encourages rapid development and clean, pragmatic design.
The ...

Read: https://sense.hashnode.dev/tell-me-about-the-django-framework
Top Python and Django Books

"Fluent Python" by Luciano Ramalho: This book is a comprehensive guide to Python, aimed at experienced programmers who want to learn more about the language. It covers a wide range of topics, from data structures and algorithms to concurrency and met...

Read: https://pyguru.hashnode.dev/top-python-and-django-books