Sending an Email from your Django Server with the Django Master
Sending emails from a Django server is a crucial aspect of many web applications. It allows you to communicate with users, send notifications, and perform various other tasks. In this guide, I'll walk you through the process of setting up email funct...
Read: https://blog.nischallamichhane.com.np/sending-an-email-from-your-django-server-with-the-django-master
Sending emails from a Django server is a crucial aspect of many web applications. It allows you to communicate with users, send notifications, and perform various other tasks. In this guide, I'll walk you through the process of setting up email funct...
Read: https://blog.nischallamichhane.com.np/sending-an-email-from-your-django-server-with-the-django-master
👍2
A Personal Roadmap as a Software Developer in 2024
Introduction
Reflecting on 2023, it was a fulfilling year for me both academically and professionally. I proudly graduated from the University of Buea, Cameroon, with a bachelor's degree in software engineering, marking a significant milestone in my ...
Read: https://fomonyuytar.hashnode.dev/a-personal-roadmap-as-a-software-developer-in-2024
Introduction
Reflecting on 2023, it was a fulfilling year for me both academically and professionally. I proudly graduated from the University of Buea, Cameroon, with a bachelor's degree in software engineering, marking a significant milestone in my ...
Read: https://fomonyuytar.hashnode.dev/a-personal-roadmap-as-a-software-developer-in-2024
Переводы полей моделей Django + Vue
Всем привет! Это вторая статья из цикла статей о разработке приложений в нашей компании. В первой статье я рассказал Вам про общую архитектуру некоторых наших проектов. В данной статье хочется описать наши варианты решения часто встречающихся задач в рамках Django + Vue приложения.
Читать: https://habr.com/ru/companies/pm/articles/760520/
Всем привет! Это вторая статья из цикла статей о разработке приложений в нашей компании. В первой статье я рассказал Вам про общую архитектуру некоторых наших проектов. В данной статье хочется описать наши варианты решения часто встречающихся задач в рамках Django + Vue приложения.
Читать: https://habr.com/ru/companies/pm/articles/760520/
👍1
Building a FullStack Application with Django, Django REST & Next.js
Django and Nextjs are the most used web frameworks for backend and frontend development. Django comes with a robust set of features, security, and flexibility that allows any developer to build simple yet complex applications in a few times. On the o...
Read: https://koladev.hashnode.dev/building-a-fullstack-application-with-django-django-rest-nextjs-clrukuegv000109jv1l6s1fy4
Django and Nextjs are the most used web frameworks for backend and frontend development. Django comes with a robust set of features, security, and flexibility that allows any developer to build simple yet complex applications in a few times. On the o...
Read: https://koladev.hashnode.dev/building-a-fullstack-application-with-django-django-rest-nextjs-clrukuegv000109jv1l6s1fy4
👍1
The Art of Data Integrity: Exploring Django's on_delete Strategies
In the previous article, we discussed about the Django ORM (Object Relation Mapping) in detail. From what to why and then to how, we discussed everything in a good detail.
💡
If you haven't gone through that, follow https://musaaib.hashnode.dev/the-...
Read: https://musaaib.hashnode.dev/maintaining-data-integrity-in-django
In the previous article, we discussed about the Django ORM (Object Relation Mapping) in detail. From what to why and then to how, we discussed everything in a good detail.
💡
If you haven't gone through that, follow https://musaaib.hashnode.dev/the-...
Read: https://musaaib.hashnode.dev/maintaining-data-integrity-in-django
Kralis REST API DOCS
Kralis is a Student Result Management System. I hope to explain its application logic and how to interact with the API - https://srms-api.netrobase.dev, with few details in the frontend implementation https://srms.netrobase.dev. This could be handy w...
Read: https://netrobase.dev/kralis-rest-api-docs
Kralis is a Student Result Management System. I hope to explain its application logic and how to interact with the API - https://srms-api.netrobase.dev, with few details in the frontend implementation https://srms.netrobase.dev. This could be handy w...
Read: https://netrobase.dev/kralis-rest-api-docs
Start your first Django Project
In the realm of web development, Django emerges as a standout framework, seamlessly combining simplicity with power. Named after the legendary jazz guitarist Django Reinhardt, this Python-based framework is a go-to choice for developers aiming to bui...
Read: https://bobur-yu.hashnode.dev/start-your-first-django-project
In the realm of web development, Django emerges as a standout framework, seamlessly combining simplicity with power. Named after the legendary jazz guitarist Django Reinhardt, this Python-based framework is a go-to choice for developers aiming to bui...
Read: https://bobur-yu.hashnode.dev/start-your-first-django-project
❤1
Say Goodbye to Dull: Toast Up Your Django Messages with ToastifyJs
Introduction
This morning, I found myself tired of the ordinary appearance of Django's messages notifications. Despite the abundance of JavaScript notification libraries, many Django projects still lean towards the commonplace Bootstrap alerts for re...
Read: https://afeez1131.hashnode.dev/say-goodbye-to-dull-toast-up-your-django-messages-with-toastifyjs
Introduction
This morning, I found myself tired of the ordinary appearance of Django's messages notifications. Despite the abundance of JavaScript notification libraries, many Django projects still lean towards the commonplace Bootstrap alerts for re...
Read: https://afeez1131.hashnode.dev/say-goodbye-to-dull-toast-up-your-django-messages-with-toastifyjs
👍1
Django Cassandra | Part 1
In the tutorial, explaining how to implement Django RestAPIs CRUD Example with Cassandra database NoSQL using Django Rest Framework with Post, Get, Put, Delete requests.
Chapters:
Introduction | Part 1
Tensor Flow | Part 2
Python ML | Part 3
Terr...
Read: https://redhabayuanggara.hashnode.dev/django-cassandra-part-1
In the tutorial, explaining how to implement Django RestAPIs CRUD Example with Cassandra database NoSQL using Django Rest Framework with Post, Get, Put, Delete requests.
Chapters:
Introduction | Part 1
Tensor Flow | Part 2
Python ML | Part 3
Terr...
Read: https://redhabayuanggara.hashnode.dev/django-cassandra-part-1
👍2
Real-Time Live Updates in Django with WebSockets and Django Channels
Introduction
In this article, I'll explore a key feature of my recently finished pet project, SensorFusion. This small-scale endeavor serves as a dedicated platform for sensor integration, authentication, and the storage of sensor data, seamlessly pr...
Read: https://shecode3.hashnode.dev/real-time-live-updates-in-django-with-websockets-and-django-channels
Introduction
In this article, I'll explore a key feature of my recently finished pet project, SensorFusion. This small-scale endeavor serves as a dedicated platform for sensor integration, authentication, and the storage of sensor data, seamlessly pr...
Read: https://shecode3.hashnode.dev/real-time-live-updates-in-django-with-websockets-and-django-channels
👍2
Authentication & Custom User Model In Django
Today, we will talk about the User model in Django.
One of the most beautiful things about Django, frankly, is the authentication. Django literally handles everything for you while you're sitting back and relaxing.
However, sometimes we need to make ...
Read: https://marawan.hashnode.dev/authentication-custom-user-model-in-django
Today, we will talk about the User model in Django.
One of the most beautiful things about Django, frankly, is the authentication. Django literally handles everything for you while you're sitting back and relaxing.
However, sometimes we need to make ...
Read: https://marawan.hashnode.dev/authentication-custom-user-model-in-django
❤2👍2
Persist data in a Django application container via volume
STEP 1: Follow the steps:
First of all, go to the AWS portal, and create a new instance. As,
Name: Django
AMI: ubuntu.
Instance type: t2.micro (free tier).
Key pair login: Create > basic. pem
Allow HTTP.
Allow HTTPS.
Download the .pem file.
C...
Read: https://sarthaknigam8000.hashnode.dev/persist-data-in-a-django-application-container-via-volume
STEP 1: Follow the steps:
First of all, go to the AWS portal, and create a new instance. As,
Name: Django
AMI: ubuntu.
Instance type: t2.micro (free tier).
Key pair login: Create > basic. pem
Allow HTTP.
Allow HTTPS.
Download the .pem file.
C...
Read: https://sarthaknigam8000.hashnode.dev/persist-data-in-a-django-application-container-via-volume
Battle-Tested Tips for Debugging Django and React Apps
Hey there, fellow code explorer! If you're reading this, you probably know that building web applications with Django and React can be incredibly rewarding. However, it's not all smooth sailing; sooner or later, you'll find yourself navigating the ma...
Read: https://read.seyeogunnowo.com/battle-tested-tips-for-debugging-django-and-react-apps
Hey there, fellow code explorer! If you're reading this, you probably know that building web applications with Django and React can be incredibly rewarding. However, it's not all smooth sailing; sooner or later, you'll find yourself navigating the ma...
Read: https://read.seyeogunnowo.com/battle-tested-tips-for-debugging-django-and-react-apps
Advanced Query Techniques in Django's ORM
As a seasoned Django developer, you're likely well-acquainted with the power and convenience that the Django Object-Relational Mapping (ORM) system provides. However, to truly master Django development and optimize your database interactions, it's cr...
Read: https://read.seyeogunnowo.com/advanced-query-techniques-in-djangos-orm
As a seasoned Django developer, you're likely well-acquainted with the power and convenience that the Django Object-Relational Mapping (ORM) system provides. However, to truly master Django development and optimize your database interactions, it's cr...
Read: https://read.seyeogunnowo.com/advanced-query-techniques-in-djangos-orm
👍1
Docker For Beginners - Creating Your First Docker Container
Introduction
Awesome folks, we're back for part two! Today, we'll build our first Docker container and run a Django to-do app with MySQL and Nginx containers! If you have not read my first blog on Docker, where I delve deep into Docker and Virtual Ma...
Read: https://mahboobalam.hashnode.dev/docker-for-beginners-creating-your-first-docker-container
Introduction
Awesome folks, we're back for part two! Today, we'll build our first Docker container and run a Django to-do app with MySQL and Nginx containers! If you have not read my first blog on Docker, where I delve deep into Docker and Virtual Ma...
Read: https://mahboobalam.hashnode.dev/docker-for-beginners-creating-your-first-docker-container
Integrando React.js con Django: Una Sinfonía de Desarrollo Web Moderno
La combinación de React.js, una biblioteca de JavaScript para construir interfaces de usuario interactivas, y Django, un framework web de Python para desarrollo rápido y limpio del lado del servidor, ofrece una solución poderosa para construir aplica...
Read: https://jorgecespedes.hashnode.dev/integrando-reactjs-con-django-una-sinfonia-de-desarrollo-web-moderno
La combinación de React.js, una biblioteca de JavaScript para construir interfaces de usuario interactivas, y Django, un framework web de Python para desarrollo rápido y limpio del lado del servidor, ofrece una solución poderosa para construir aplica...
Read: https://jorgecespedes.hashnode.dev/integrando-reactjs-con-django-una-sinfonia-de-desarrollo-web-moderno
Django Decorators: An incomprehensive guide
Mastering Django Decorators: A Deep Dive into Pythonic Web Development
Django, a web framework written in Python, is celebrated for its simplicity and flexibility. One of the powerful features that contribute to this reputation is decorators. Decorat...
Read: https://blog.nischallamichhane.com.np/django-decorators
Mastering Django Decorators: A Deep Dive into Pythonic Web Development
Django, a web framework written in Python, is celebrated for its simplicity and flexibility. One of the powerful features that contribute to this reputation is decorators. Decorat...
Read: https://blog.nischallamichhane.com.np/django-decorators
Mastering Django Forms: An Incomprehensive Guide
What are Forms?
Django, a high-level web framework written in Python, empowers developers to create robust and scalable web applications. One of the fundamental components of building interactive web forms in Django is its powerful form handling syst...
Read: https://blog.nischallamichhane.com.np/django-forms
What are Forms?
Django, a high-level web framework written in Python, empowers developers to create robust and scalable web applications. One of the fundamental components of building interactive web forms in Django is its powerful form handling syst...
Read: https://blog.nischallamichhane.com.np/django-forms
Simple Django Tip #8
Introduction
In the past few posts, I have been sharing a couple of different tips that can be used in the starting stages of a Django project. A few of them are how to setup pytest in a django project, how to maintain secrets in a .env file, how to ...
Read: https://hellosambhavi.com/simple-django-tip-8
Introduction
In the past few posts, I have been sharing a couple of different tips that can be used in the starting stages of a Django project. A few of them are how to setup pytest in a django project, how to maintain secrets in a .env file, how to ...
Read: https://hellosambhavi.com/simple-django-tip-8
Django on Windows Server 2019/ 2022 Base AWS
Environment where I performed the testing
Windows Server 2019 and Windows Server 2022 Base in AWS
Launch an EC2 windows instance.
Access the server using RDP.
Go to Server Manager and Add Roles
Proceed based by clicking Next button.
On the servi...
Read: https://arislankareem.hashnode.dev/django-on-windows-server-2019-2022-base-aws
Environment where I performed the testing
Windows Server 2019 and Windows Server 2022 Base in AWS
Launch an EC2 windows instance.
Access the server using RDP.
Go to Server Manager and Add Roles
Proceed based by clicking Next button.
On the servi...
Read: https://arislankareem.hashnode.dev/django-on-windows-server-2019-2022-base-aws