Simple Django Tip #3
My previous tip was about .env file to store environment variables. This one is about configuring pytest in a Django project so that we can write test cases easily. pytest is an obvious choice when it comes to testing frameworks for pythonistas. A fe...
Read: https://hellosambhavi.com/simple-django-tip-3
My previous tip was about .env file to store environment variables. This one is about configuring pytest in a Django project so that we can write test cases easily. pytest is an obvious choice when it comes to testing frameworks for pythonistas. A fe...
Read: https://hellosambhavi.com/simple-django-tip-3
Mastering E-Commerce Backend Development with Django: User Registration
Hello developer! In the last two posts in this series, we looked into the series introduction and setting up our project. In this post, we now start with the e-commerce authentication system. But first, what's authentication?
Authentication systems ...
Read: https://djangoway.hashnode.dev/mastering-e-commerce-backend-development-with-django-user-registration
Hello developer! In the last two posts in this series, we looked into the series introduction and setting up our project. In this post, we now start with the e-commerce authentication system. But first, what's authentication?
Authentication systems ...
Read: https://djangoway.hashnode.dev/mastering-e-commerce-backend-development-with-django-user-registration
Building a Custom Django Project/ Application(Folders and Files 2)
Introduction
What is a project or application that is not custom-made and per the intent of the developer or client?
A dream project or application is primarily engineered from the thought or what can be called inspiration.
In addition, this article ...
Read: https://chryzcode.hashnode.dev/building-a-custom-django-project-applicationfolders-and-files-2
Introduction
What is a project or application that is not custom-made and per the intent of the developer or client?
A dream project or application is primarily engineered from the thought or what can be called inspiration.
In addition, this article ...
Read: https://chryzcode.hashnode.dev/building-a-custom-django-project-applicationfolders-and-files-2
Optimizing Django: Pro Tips for Writing Cleaner and More Efficient Code
"Django: Where the 'D' stands for Development, and the rest of the letters spell out efficiency, scalability, and clean code."
Django is a high-level Web Framework for building Web Applications in Python. It's well known for its ease of use, flexibi...
Read: https://adityabansal.hashnode.dev/optimizing-django-pro-tips-for-writing-cleaner-and-more-efficient-code
"Django: Where the 'D' stands for Development, and the rest of the letters spell out efficiency, scalability, and clean code."
Django is a high-level Web Framework for building Web Applications in Python. It's well known for its ease of use, flexibi...
Read: https://adityabansal.hashnode.dev/optimizing-django-pro-tips-for-writing-cleaner-and-more-efficient-code
Python for Web Development
If you are reading this, it's either you're a programming beginner trying to figure out if Python is better option for you or you've been using other programming languages and want to transition to python or you've be using python programming languag...
Read: https://dyagee.hashnode.dev/python-for-web-development
If you are reading this, it's either you're a programming beginner trying to figure out if Python is better option for you or you've been using other programming languages and want to transition to python or you've be using python programming languag...
Read: https://dyagee.hashnode.dev/python-for-web-development
Building a CI/CD Pipeline for a Django-Based Web Application Using Jenkins: Part 1
Introduction
In today's fast-paced world, software development demands efficient, automated, and reliable processes. A CI/CD (Continuous Integration/Continuous Deployment) pipeline is a key component of modern software development, enabling teams to ...
Read: https://siddhantbhattarai.hashnode.dev/building-a-cicd-pipeline-for-a-django-based-web-application-using-jenkins-part-1
Introduction
In today's fast-paced world, software development demands efficient, automated, and reliable processes. A CI/CD (Continuous Integration/Continuous Deployment) pipeline is a key component of modern software development, enabling teams to ...
Read: https://siddhantbhattarai.hashnode.dev/building-a-cicd-pipeline-for-a-django-based-web-application-using-jenkins-part-1
Как сделать свою страницу в Django Admin с выразительной Hand Chart?
Привет, Хабр! Меня зовут Вячеслав Разводов, я работаю backend-разработчиком.
Мир покера – увлекательный и непредсказуемый. Волнение перед каждой раздачей, расчет силы своей руки, анализ оппонентов – все это создает уникальную атмосферу напряжения и азарта. Было время, я страстно увлекался покером и уделял этому увлечению много времени, стараясь постоянно улучшать свои навыки в этой игре. Читал книги, учился считать ауты. Много играл с друзьями или онлайн площадках PokerStarts, PokerDom. Время шло, моя страсть к покеру под остыла. Однажды я получил предложение поучаствовать в проекте связанным с покерной тематикой. Конечно я согласился не раздумывая.
Читать: https://habr.com/ru/articles/751176/
Привет, Хабр! Меня зовут Вячеслав Разводов, я работаю backend-разработчиком.
Мир покера – увлекательный и непредсказуемый. Волнение перед каждой раздачей, расчет силы своей руки, анализ оппонентов – все это создает уникальную атмосферу напряжения и азарта. Было время, я страстно увлекался покером и уделял этому увлечению много времени, стараясь постоянно улучшать свои навыки в этой игре. Читал книги, учился считать ауты. Много играл с друзьями или онлайн площадках PokerStarts, PokerDom. Время шло, моя страсть к покеру под остыла. Однажды я получил предложение поучаствовать в проекте связанным с покерной тематикой. Конечно я согласился не раздумывая.
Читать: https://habr.com/ru/articles/751176/
🔋 Learn Django the Easy Way with These 6 Free Resources
Django is one of the most popular web frameworks used by developers today.
But what exactly is Django, and why is it so widely used?
Django is a high-level Python web framework that enables the rapid development of secure and maintainable websites.
C...
Read: https://evergrowingdev.hashnode.dev/learn-django-the-easy-way-with-these-6-free-resources
Django is one of the most popular web frameworks used by developers today.
But what exactly is Django, and why is it so widely used?
Django is a high-level Python web framework that enables the rapid development of secure and maintainable websites.
C...
Read: https://evergrowingdev.hashnode.dev/learn-django-the-easy-way-with-these-6-free-resources
✍1
Two-Tier Web Application Deployment Using Docker Compose
Introduction
In today's fast-paced development world, deploying web applications has become a crucial part of any software project. Traditional deployment methods often involve a myriad of configurations and dependencies, making the process complex ...
Read: https://www.sagartech.in.net/two-tier-web-application-deployment-using-docker-compose
Introduction
In today's fast-paced development world, deploying web applications has become a crucial part of any software project. Traditional deployment methods often involve a myriad of configurations and dependencies, making the process complex ...
Read: https://www.sagartech.in.net/two-tier-web-application-deployment-using-docker-compose
🆒1
Django REST framework (CRUD Guide)
Welcome to this beginner-friendly tutorial on setting up a CRUD app using Django REST Framework!
If you’re looking to build a simple API that allows users to create, read, edit, and delete data, you’re in the right place. In this tutorial, we’ll guid...
Read: https://adnankattekaden.hashnode.dev/django-rest-framework-crud-guide
Welcome to this beginner-friendly tutorial on setting up a CRUD app using Django REST Framework!
If you’re looking to build a simple API that allows users to create, read, edit, and delete data, you’re in the right place. In this tutorial, we’ll guid...
Read: https://adnankattekaden.hashnode.dev/django-rest-framework-crud-guide
How Model Validation Works in Django REST Framework
When working with models Django handles most of the validation. This is because Django's built-in validators can do most of the things you want. In a traditional Django application, validation is triggered when you use a ModelForm. Most of the time y...
Read: https://harunacodes.com/how-model-validation-works-in-django-rest-framework
When working with models Django handles most of the validation. This is because Django's built-in validators can do most of the things you want. In a traditional Django application, validation is triggered when you use a ModelForm. Most of the time y...
Read: https://harunacodes.com/how-model-validation-works-in-django-rest-framework
How to connect the React JS frontend with the Django backend
This tutorial will guide you through the easy steps. We are going to set up the Django backend first then we'll set up our react frontend and finally connect them.
Setting up the Project
First, you need to create the main project folder 📂 go inside ...
Read: https://amitgajare.hashnode.dev/how-to-connect-the-react-js-frontend-with-the-django-backend
This tutorial will guide you through the easy steps. We are going to set up the Django backend first then we'll set up our react frontend and finally connect them.
Setting up the Project
First, you need to create the main project folder 📂 go inside ...
Read: https://amitgajare.hashnode.dev/how-to-connect-the-react-js-frontend-with-the-django-backend
❤1
Simple Django Tip #5
In this post, I plan to continue with some more tips to keep in mind while designing Django models. Just in case you are curious what's Part 1, here it is 😀
And yes, I'm taking the same hypothetical website that sells and delivers ice cream 🍦. Belo...
Read: https://hellosambhavi.com/simple-django-tip-5
In this post, I plan to continue with some more tips to keep in mind while designing Django models. Just in case you are curious what's Part 1, here it is 😀
And yes, I'm taking the same hypothetical website that sells and delivers ice cream 🍦. Belo...
Read: https://hellosambhavi.com/simple-django-tip-5
How to deploy a Django app to Vercel using WSGI
Find a free home for your Django app and deploy it easily and quickly straight from GitHub.
I deployed my ecommerce site using this method
Step 1: Export the dependencies of the application to a file named requirements.txt pip freeze > requirements.t...
Read: https://ifiokambrose.hashnode.dev/how-to-deploy-a-django-app-to-vercel-using-wsgi
Find a free home for your Django app and deploy it easily and quickly straight from GitHub.
I deployed my ecommerce site using this method
Step 1: Export the dependencies of the application to a file named requirements.txt pip freeze > requirements.t...
Read: https://ifiokambrose.hashnode.dev/how-to-deploy-a-django-app-to-vercel-using-wsgi
Запуск альфа-теста Капибара(Новый Старый Пикабу)
Продолжу рассказывать о развитии Капибары, опенсорсном проекте, цели которого воспроизвести лучшее что было на пикабу и не наступить на их же "грабли". Первая часть здесь: https://habr.com/ru/articles/759598/
Пару недель назад у нас стартанул полу-закрытый альфа-тест. Сейчас выдаём ранний доступ на сайт kapi.bar отважным авторам-альфатестировщикам и активным комментаторам взамен просим слать нам багрепорты и пока быть самим себе модераторами. Функционал для создания постов, комментариев и выставления оценок для них есть. Ленты "Новое", "Тренды", "Топ", "Обсуждаемое" и поиск по тегам уже работают и доступны для чтения всем желающим.
Теперь об обновлениях за последние пару недель:
📸 Изображения
Теперь на сайте Капибары пользователи могут загружать изображения в посты и комментарии! Так же доступна загрузка изображений в формате apng, gif размером до 5мегабайт. Каждое загруженное изображение конвертируется на стороне бэкенда в формат webp для оптимального отображения и снижения нагрузки на инфраструктуру.
Читать: https://habr.com/ru/articles/773234/
Продолжу рассказывать о развитии Капибары, опенсорсном проекте, цели которого воспроизвести лучшее что было на пикабу и не наступить на их же "грабли". Первая часть здесь: https://habr.com/ru/articles/759598/
Пару недель назад у нас стартанул полу-закрытый альфа-тест. Сейчас выдаём ранний доступ на сайт kapi.bar отважным авторам-альфатестировщикам и активным комментаторам взамен просим слать нам багрепорты и пока быть самим себе модераторами. Функционал для создания постов, комментариев и выставления оценок для них есть. Ленты "Новое", "Тренды", "Топ", "Обсуждаемое" и поиск по тегам уже работают и доступны для чтения всем желающим.
Теперь об обновлениях за последние пару недель:
📸 Изображения
Теперь на сайте Капибары пользователи могут загружать изображения в посты и комментарии! Так же доступна загрузка изображений в формате apng, gif размером до 5мегабайт. Каждое загруженное изображение конвертируется на стороне бэкенда в формат webp для оптимального отображения и снижения нагрузки на инфраструктуру.
Читать: https://habr.com/ru/articles/773234/
🔥2
Open edX APIs Start to Finish
This article is geared towards individuals intending to set up and work with Open edX REST APIs. It also assumes you already have an Open edX instance set up in the cloud.
What is Open edX?
Open edX is a free and open-source learning management syste...
Read: https://clementlumumba.hashnode.dev/open-edx-apis-start-to-finish
This article is geared towards individuals intending to set up and work with Open edX REST APIs. It also assumes you already have an Open edX instance set up in the cloud.
What is Open edX?
Open edX is a free and open-source learning management syste...
Read: https://clementlumumba.hashnode.dev/open-edx-apis-start-to-finish
👍1
My Journey Deploying a Django + Supabase application to Vercel.
1. INTRODUCTION
Hey, there. In this article, I'll be talking about my experience in deploying a Django app using Supabase as a Database to Vercel. For the technical know-how, please refer to this article on kowe.io.
It's not a common thing to deploy ...
Read: https://mlscunizik.hashnode.dev/my-journey-deploying-a-django-supabase-application-to-vercel
1. INTRODUCTION
Hey, there. In this article, I'll be talking about my experience in deploying a Django app using Supabase as a Database to Vercel. For the technical know-how, please refer to this article on kowe.io.
It's not a common thing to deploy ...
Read: https://mlscunizik.hashnode.dev/my-journey-deploying-a-django-supabase-application-to-vercel
How to Set Up a Django Development Environment
Introduction
Django is a popular web framework written in Python. It enables the rapid development of secure and scalable websites. The first step to working with Django is setting up a Django development environment. This involves downloading and co...
Read: https://praisedev.hashnode.dev/how-to-set-up-a-django-development-environment
Introduction
Django is a popular web framework written in Python. It enables the rapid development of secure and scalable websites. The first step to working with Django is setting up a Django development environment. This involves downloading and co...
Read: https://praisedev.hashnode.dev/how-to-set-up-a-django-development-environment
Netrobase CMS Restful API DOCS
Netrobase CMS is a lightweight inhouse blogging tool. It adopts a headless CMS approach.
BASE URLS:
For Schools: api.schooldomain.com
For Netrobase: cms-api.netrobase.dev
Auth Endpoints:
/auth/ - [GET] Auth Index View
/auth/login/ - [POST] Logi...
Read: https://leonardnzekwe.hashnode.dev/netrobase-cms-restful-api-docs
Netrobase CMS is a lightweight inhouse blogging tool. It adopts a headless CMS approach.
BASE URLS:
For Schools: api.schooldomain.com
For Netrobase: cms-api.netrobase.dev
Auth Endpoints:
/auth/ - [GET] Auth Index View
/auth/login/ - [POST] Logi...
Read: https://leonardnzekwe.hashnode.dev/netrobase-cms-restful-api-docs
Enhancing Code Efficiency: A Deep Dive into the Popularity Algorithm
In the world of social platforms and content sharing, the order in which content is presented can significantly impact user engagement. To address this, developers often incorporate popularity algorithms to dynamically sort and display content based ...
Read: https://vicentereyes.org/enhancing-code-efficiency-a-deep-dive-into-the-popularity-algorithm
In the world of social platforms and content sharing, the order in which content is presented can significantly impact user engagement. To address this, developers often incorporate popularity algorithms to dynamically sort and display content based ...
Read: https://vicentereyes.org/enhancing-code-efficiency-a-deep-dive-into-the-popularity-algorithm
Если хотите быть в тренде и получать лучшее из мира IT, у Tproger есть 4 канала, которые вам в этом помогут:
— всё о нейросетях и ИИ: @neurochannel
— полезные сохранёнки на все случаи жизни: @prog_stuff
— нужные инструменты для ваших проектов: @prog_tools
— новости из мира технологий: @your_tech
Кстати, там сейчас ещё и розыгрыш подписок Telegram Premium проходит, так что заходите, смотрите условия и подписывайтесь.
— всё о нейросетях и ИИ: @neurochannel
— полезные сохранёнки на все случаи жизни: @prog_stuff
— нужные инструменты для ваших проектов: @prog_tools
— новости из мира технологий: @your_tech
Кстати, там сейчас ещё и розыгрыш подписок Telegram Premium проходит, так что заходите, смотрите условия и подписывайтесь.
👍2