Managing Environment Variables in Django
In the world of web development, environment variables play a crucial role in defining the behaviour of your application. They are used to store sensitive information such as passwords, secret keys, and database credentials, which should not be hardc...
Read: https://shamnadsherief.tech/managing-environment-variables-in-django
In the world of web development, environment variables play a crucial role in defining the behaviour of your application. They are used to store sensitive information such as passwords, secret keys, and database credentials, which should not be hardc...
Read: https://shamnadsherief.tech/managing-environment-variables-in-django
Создаем диаграмму миграций Django проекта
Наверное странная идея - нарисовать диаграмму миграций проекта Django. Вроде как - а зачем? Но если у Вас некий достаточно большой и достаточно старый проект, да еще над которым постоянно работает хотя бы небольшая команда - разобраться в зависимостях миграций становится уже сложновато.
Ну и так - полезно понять, как можно автоматически выбрать из проекта структуру миграций и построить из них диаграмму. Причем - автоматически. Что бы можно было это делать в любой нужный момент.
Итак приступим
Читать: https://habr.com/ru/post/717220/
Наверное странная идея - нарисовать диаграмму миграций проекта Django. Вроде как - а зачем? Но если у Вас некий достаточно большой и достаточно старый проект, да еще над которым постоянно работает хотя бы небольшая команда - разобраться в зависимостях миграций становится уже сложновато.
Ну и так - полезно понять, как можно автоматически выбрать из проекта структуру миграций и построить из них диаграмму. Причем - автоматически. Что бы можно было это делать в любой нужный момент.
Итак приступим
Читать: https://habr.com/ru/post/717220/
What Do We KNow About Django?
Django is a popular web development framework that is written in Python. It is designed to be fast, scalable, and secure, making it an excellent choice for building complex web applications. In this article, we'll take a closer look at Django, includ...
Read: https://menovacity.hashnode.dev/what-do-we-know-about-django
Django is a popular web development framework that is written in Python. It is designed to be fast, scalable, and secure, making it an excellent choice for building complex web applications. In this article, we'll take a closer look at Django, includ...
Read: https://menovacity.hashnode.dev/what-do-we-know-about-django
Handling Database Upgrade error in Heroku.
Prerequisite: Create the migrations in the Flask application afresh.
1 Destroy the databases in Heroku
use heroku ```pg:info``` to check the database
destroy using:
heroku addons:destroy
EG if the database is DATABASE_URL
```heroku addons:destro...
Read: https://heroku-flask.hashnode.dev/handling-database-upgrade-error-in-heroku
Prerequisite: Create the migrations in the Flask application afresh.
1 Destroy the databases in Heroku
use heroku ```pg:info``` to check the database
destroy using:
heroku addons:destroy
EG if the database is DATABASE_URL
```heroku addons:destro...
Read: https://heroku-flask.hashnode.dev/handling-database-upgrade-error-in-heroku
Outreachy: Week eleven
I have only two weeks left to complete my three-month Outreachy internship with Wagtail. As I look back on the past few months, all I can think about is how fast time flies. This is especially true when you have so much to do in a short time.
Last we...
Read: https://activuscode.hashnode.dev/outreachy-week-eleven
I have only two weeks left to complete my three-month Outreachy internship with Wagtail. As I look back on the past few months, all I can think about is how fast time flies. This is especially true when you have so much to do in a short time.
Last we...
Read: https://activuscode.hashnode.dev/outreachy-week-eleven
Django Email Backend Types
Django provides you with simple methods with which you can send emails to different email addresses. Today, we will be learning about them.
Who is this article for?
This article is for beginner programmers who have started working on Django or have j...
Read: https://jairajremote.hashnode.dev/django-email-backend-types
Django provides you with simple methods with which you can send emails to different email addresses. Today, we will be learning about them.
Who is this article for?
This article is for beginner programmers who have started working on Django or have j...
Read: https://jairajremote.hashnode.dev/django-email-backend-types
У нас для вас отличные новости! Наш сайт обновился и теперь может уведомлять по почте и в Telegram о новых материалах, которые интересны именно вам
Для этого вам нужно:
1. Авторизоваться на сайте tproger.ru
2. Зайти в свой профиль и подписаться на интересные вам теги в разделе «Подписки». Например, библиотеки, инструменты и другие
3. В разделе уведомлений выбрать, как именно вы хотите получать уведомления
4. Всё! Вы великолепны и теперь всегда будете первым узнавать о свежих материалах
Для этого вам нужно:
1. Авторизоваться на сайте tproger.ru
2. Зайти в свой профиль и подписаться на интересные вам теги в разделе «Подписки». Например, библиотеки, инструменты и другие
3. В разделе уведомлений выбрать, как именно вы хотите получать уведомления
4. Всё! Вы великолепны и теперь всегда будете первым узнавать о свежих материалах
Django Secrets - keeping secrets safe with python-decouple
Database passwords, API keys and a host of other parameters are needed for a Django app to function properly. Some of these parameters are crucial and are best kept as secrets in safe and private environments.
A good number of libraries have been pro...
Read: https://codlog.hashnode.dev/django-secrets-keeping-secrets-safe-with-python-decouple
Database passwords, API keys and a host of other parameters are needed for a Django app to function properly. Some of these parameters are crucial and are best kept as secrets in safe and private environments.
A good number of libraries have been pro...
Read: https://codlog.hashnode.dev/django-secrets-keeping-secrets-safe-with-python-decouple
Free Style Project in Jenkins
Working of Jenkins
In the previous blog, we learned about the basics of Jenkins and its installation process on an Ubuntu server. In this blog, we will see the type of projects that can be handled by Jenkins. As you know Jenkins is the only tool resp...
Read: https://nehabhardwaj.hashnode.dev/free-style-project-in-jenkins
Working of Jenkins
In the previous blog, we learned about the basics of Jenkins and its installation process on an Ubuntu server. In this blog, we will see the type of projects that can be handled by Jenkins. As you know Jenkins is the only tool resp...
Read: https://nehabhardwaj.hashnode.dev/free-style-project-in-jenkins
Что нам несет Python 3.12
Привет, я Михаил Корнеев, вместе с Григорием Петровым и другими ребятами из сообщества мы ведем подкаст о Python на русском. В новом выпуске подкаста обсудили обновления в Python 3.12. Под катом выжимка главного из выпуска.
Читать: https://habr.com/ru/post/717420/
Привет, я Михаил Корнеев, вместе с Григорием Петровым и другими ребятами из сообщества мы ведем подкаст о Python на русском. В новом выпуске подкаста обсудили обновления в Python 3.12. Под катом выжимка главного из выпуска.
Читать: https://habr.com/ru/post/717420/
Django Unleashed Framework
Photo
Django 4.2 beta 1 released
Django 4.2 beta 1 is now available. It represents the second stage in the 4.2
release cycle and is an opportunity for you to try out the changes coming in
Django 4.2.
Django 4.2 has a farrago of new features which you can read about in the in-development 4.2 release notes.
Only bugs in new features and regressions from earlier versions of Django will be
fixed between now and 4.2 final (also, translations will be updated following the
"string freeze" when the release candidate is issued). The current
release schedule calls for a release candidate in a month from now with the
final release to follow about two weeks after that around April 3. Early and often
testing from the community will help minimize the number of bugs in the release.
Updates on the release schedule schedule are available on the Django forum.
As with all alpha and beta packages, this is not for production use. But
if you'd like to take some of the new features for a spin, or to help find and
fix bugs (which should be reported to the issue tracker), you can grab a
copy of the beta package from our downloads page or on PyPI.
The PGP key ID used for this release is Mariusz Felisiak: 2EF56372BA48CD1B.
Read: https://www.djangoproject.com/weblog/2023/feb/20/django-42-beta-1-released/
Django 4.2 beta 1 is now available. It represents the second stage in the 4.2
release cycle and is an opportunity for you to try out the changes coming in
Django 4.2.
Django 4.2 has a farrago of new features which you can read about in the in-development 4.2 release notes.
Only bugs in new features and regressions from earlier versions of Django will be
fixed between now and 4.2 final (also, translations will be updated following the
"string freeze" when the release candidate is issued). The current
release schedule calls for a release candidate in a month from now with the
final release to follow about two weeks after that around April 3. Early and often
testing from the community will help minimize the number of bugs in the release.
Updates on the release schedule schedule are available on the Django forum.
As with all alpha and beta packages, this is not for production use. But
if you'd like to take some of the new features for a spin, or to help find and
fix bugs (which should be reported to the issue tracker), you can grab a
copy of the beta package from our downloads page or on PyPI.
The PGP key ID used for this release is Mariusz Felisiak: 2EF56372BA48CD1B.
Read: https://www.djangoproject.com/weblog/2023/feb/20/django-42-beta-1-released/
Understanding Django Models and migrations
If you are here, I will assume that you probably know (or want to know) one or two things about Django as a Python web framework and how it works. The fact that Django makes it easy for developers to build web applications more quickly and efficientl...
Read: https://habeebakorede.hashnode.dev/understanding-django-models-and-migrations
If you are here, I will assume that you probably know (or want to know) one or two things about Django as a Python web framework and how it works. The fact that Django makes it easy for developers to build web applications more quickly and efficientl...
Read: https://habeebakorede.hashnode.dev/understanding-django-models-and-migrations
Пакет для импорта данных в Django
Привет всем, хочу рассказать, что у меня получилось, когда я понял, что нам нужен пакет импорта произвольных данных из админки.
Читать: https://habr.com/ru/post/718122/
Привет всем, хочу рассказать, что у меня получилось, когда я понял, что нам нужен пакет импорта произвольных данных из админки.
Читать: https://habr.com/ru/post/718122/
Why did I Choose Django for web dev?
Whenever we think of creating some projects for our college for internships. We think of learning web development or android development. But we don't know how and from which language should we start. So here is my view on this.
Web development is an...
Read: https://mayankaggarwal.hashnode.dev/why-did-i-choose-django-for-web-dev
Whenever we think of creating some projects for our college for internships. We think of learning web development or android development. But we don't know how and from which language should we start. So here is my view on this.
Web development is an...
Read: https://mayankaggarwal.hashnode.dev/why-did-i-choose-django-for-web-dev
Django basics
Django is a popular open-source web framework written in Python. It follows the Model-View-Controller (MVC) architectural pattern and is designed to make web development faster and easier. With Django, you can quickly build complex web applications w...
Read: https://computergeeks.hashnode.dev/django-basics
Django is a popular open-source web framework written in Python. It follows the Model-View-Controller (MVC) architectural pattern and is designed to make web development faster and easier. With Django, you can quickly build complex web applications w...
Read: https://computergeeks.hashnode.dev/django-basics
Beginners guide to Django
Introduction
Django is a high-level web framework for Python that helps developers to create complex web applications easily and efficiently. If you are new to Django, here is a beginner’s guide to help you get started:
Steps
Installation: The first ...
Read: https://kabakiantony.hashnode.dev/beginners-guide-to-django
Introduction
Django is a high-level web framework for Python that helps developers to create complex web applications easily and efficiently. If you are new to Django, here is a beginner’s guide to help you get started:
Steps
Installation: The first ...
Read: https://kabakiantony.hashnode.dev/beginners-guide-to-django
👍1
Booking a room at the same time
How would you handle different users booking a room at the same time?
In most cases, as a developer, you are faced with the challenge of preventing multiple users from booking the same room or a reservation at the same time. We will try and resolve t...
Read: https://jeffnyak.hashnode.dev/booking-a-room-at-the-same-time
How would you handle different users booking a room at the same time?
In most cases, as a developer, you are faced with the challenge of preventing multiple users from booking the same room or a reservation at the same time. We will try and resolve t...
Read: https://jeffnyak.hashnode.dev/booking-a-room-at-the-same-time
Как изучать язык Python для веб-разработки в 2023 году. Общие ориентиры
Привет, Хабр! Меня зовут Тимофей, я Python Engineer с опытом в 3+ года.
Я бы не назвал данную статью полноценным роадмэпом в том понимании, в котором это слово обычно используют. В статье нет сроков изучения, отсутствует подробный план, затрагивающей все темы и подтемы. Да и зачем нужен еще один роадмэп "под копирку", когда в сети и так хватает качественных предложений.
Скорее, я хотел бы составить абстрактный план обучения, который сможет задать общий ориентир, а также будет коррелировать с роадмэпом вроде roadmap.sh. Кроме этого, я смогу дать несколько полезных советов из своего опыта, а также составлю списки полезных ресурсов для изучения языка, сопутствующих инструментов и технологий, которые в свое время помогли или же помогают мне самому.
Читать: https://habr.com/ru/post/718376/
Привет, Хабр! Меня зовут Тимофей, я Python Engineer с опытом в 3+ года.
Я бы не назвал данную статью полноценным роадмэпом в том понимании, в котором это слово обычно используют. В статье нет сроков изучения, отсутствует подробный план, затрагивающей все темы и подтемы. Да и зачем нужен еще один роадмэп "под копирку", когда в сети и так хватает качественных предложений.
Скорее, я хотел бы составить абстрактный план обучения, который сможет задать общий ориентир, а также будет коррелировать с роадмэпом вроде roadmap.sh. Кроме этого, я смогу дать несколько полезных советов из своего опыта, а также составлю списки полезных ресурсов для изучения языка, сопутствующих инструментов и технологий, которые в свое время помогли или же помогают мне самому.
Читать: https://habr.com/ru/post/718376/
👍2🤮1
How to add a custom widget to django-jet admin panel with custom dashboard?
here's a step-by-step tutorial for adding a custom widget to the Django-jet admin panel with a custom dashboard:
First, make sure that you have installed the Django-jet library by running pip install django-jet.
Next, create a Django app by running...
Read: https://computergeeks.hashnode.dev/how-to-add-a-custom-widget-to-django-jet-admin-panel-with-custom-dashboard
here's a step-by-step tutorial for adding a custom widget to the Django-jet admin panel with a custom dashboard:
First, make sure that you have installed the Django-jet library by running pip install django-jet.
Next, create a Django app by running...
Read: https://computergeeks.hashnode.dev/how-to-add-a-custom-widget-to-django-jet-admin-panel-with-custom-dashboard
👍1
Getting Started with Wagtail: A Beginner's Installation Guide
What is wagtail?
Wagtail is an open-source content management system built on Django, It's focused on user experience, and offers precise control for designers and developers.
How to install Wagtail on Windows Operating System
This guide is recommend...
Read: https://dinetech.hashnode.dev/getting-started-with-wagtail-a-beginners-installation-guide
What is wagtail?
Wagtail is an open-source content management system built on Django, It's focused on user experience, and offers precise control for designers and developers.
How to install Wagtail on Windows Operating System
This guide is recommend...
Read: https://dinetech.hashnode.dev/getting-started-with-wagtail-a-beginners-installation-guide