How to Set and Get Cookie Variables in Django?
Hi Guys,
Today, I will let you know example of how to set and get cookie variables in django. This tutorial will give you simple example of How can I set and get cookie variable in django. you can understand a concept of how to get cookie value in dj...
Read: https://tuts-station.hashnode.dev/how-to-set-and-get-cookie-variables-in-django
Hi Guys,
Today, I will let you know example of how to set and get cookie variables in django. This tutorial will give you simple example of How can I set and get cookie variable in django. you can understand a concept of how to get cookie value in dj...
Read: https://tuts-station.hashnode.dev/how-to-set-and-get-cookie-variables-in-django
Django CRUD Operation Using Class-Based Views Example
Hey Friends,
In this tute, we will discuss django python crud operation using class-based views. let’s discuss about django python crud operation using class-based views app. I’m going to show you about django crud operation using class-based views e...
Read: https://tuts-station.hashnode.dev/django-crud-operation-using-class-based-views-example-1
Hey Friends,
In this tute, we will discuss django python crud operation using class-based views. let’s discuss about django python crud operation using class-based views app. I’m going to show you about django crud operation using class-based views e...
Read: https://tuts-station.hashnode.dev/django-crud-operation-using-class-based-views-example-1
Django Broken Authentication Guide
"Do you know who I am?" exclaimed every Nigerian in a dispute.
~ Laptop and the Anonymous Lady
Introduction
As of 2021, broken authentication is ranked #7 in the Open Web Application Security Project (OWASP) Top 10 list. Authentication system flaws ...
Read: https://ifenna.hashnode.dev/django-broken-authentication-guide
"Do you know who I am?" exclaimed every Nigerian in a dispute.
~ Laptop and the Anonymous Lady
Introduction
As of 2021, broken authentication is ranked #7 in the Open Web Application Security Project (OWASP) Top 10 list. Authentication system flaws ...
Read: https://ifenna.hashnode.dev/django-broken-authentication-guide
Rendering PDF from django templates
Again, more of a note to self than a real tutorial. I'll try not to make it obtuse.
Your pod/container must have a compatible wkhtmltopdf installed (yes, I'm weaned off of docker. It's podman all the way baby!).
This is very important and something...
Read: https://roderik.no/rendering-pdf-from-django-templates
Again, more of a note to self than a real tutorial. I'll try not to make it obtuse.
Your pod/container must have a compatible wkhtmltopdf installed (yes, I'm weaned off of docker. It's podman all the way baby!).
This is very important and something...
Read: https://roderik.no/rendering-pdf-from-django-templates
The Best Free Learning Resources for Python and Django
Hey there, How are you? In this article, you’ll see the best free learning resources for Python and Django.
Python
We will divide this section into two parts.
Courses
Fork Python Programming - Self Paced (Geeks For Geeks) ⭐4.7
Introduction to Python...
Read: https://momen2.hashnode.dev/the-best-free-learning-resources-for-python-and-django
Hey there, How are you? In this article, you’ll see the best free learning resources for Python and Django.
Python
We will divide this section into two parts.
Courses
Fork Python Programming - Self Paced (Geeks For Geeks) ⭐4.7
Introduction to Python...
Read: https://momen2.hashnode.dev/the-best-free-learning-resources-for-python-and-django
My first multi-search page in Django
Recently I'm dedicated to a lot of grunt work. I'm trying to get more experience and get ready to apply for a job in the programming world. Even though I do this for almost a year now I'm still convinced there is a lot to be done before I can apply f...
Read: https://devprepared.hashnode.dev/my-first-multi-search-page-in-django
Recently I'm dedicated to a lot of grunt work. I'm trying to get more experience and get ready to apply for a job in the programming world. Even though I do this for almost a year now I'm still convinced there is a lot to be done before I can apply f...
Read: https://devprepared.hashnode.dev/my-first-multi-search-page-in-django
13 Year Old's Coding Journey 🔥
Hey, My name is Bhavdeep and this is my coding journey....
How It All Started
Coding/Programming or whatever you call it, I've started mine when I was 11. Coding was the best thing that happened to me, And unlike my friends during the lockdown, I use...
Read: https://bhavdeep.hashnode.dev/13-year-olds-coding-journey
Hey, My name is Bhavdeep and this is my coding journey....
How It All Started
Coding/Programming or whatever you call it, I've started mine when I was 11. Coding was the best thing that happened to me, And unlike my friends during the lockdown, I use...
Read: https://bhavdeep.hashnode.dev/13-year-olds-coding-journey
👎1
How to Multiple image Upload in Python Django ?
Hi Dev,
In this tutorial, I will show you how to multiple image upload in python django. This post will give you simple example of how to multiple image upload in python django app. We will look at example of how to multiple image upload in python dj...
Read: https://tuts-station.hashnode.dev/how-to-multiple-image-upload-in-python-django
Hi Dev,
In this tutorial, I will show you how to multiple image upload in python django. This post will give you simple example of how to multiple image upload in python django app. We will look at example of how to multiple image upload in python dj...
Read: https://tuts-station.hashnode.dev/how-to-multiple-image-upload-in-python-django
👍1
Django Broken Object-Level Authorization Guide
"The only insurance against fire is to have two houses." a Nigerian adage.
~ Laptop and the proverbial Lady
Introduction
In recent years, software applications have become more robust, allowing for more complex data queries and accessibility. With t...
Read: https://ifenna.hashnode.dev/django-broken-object-level-authorization-guide
"The only insurance against fire is to have two houses." a Nigerian adage.
~ Laptop and the proverbial Lady
Introduction
In recent years, software applications have become more robust, allowing for more complex data queries and accessibility. With t...
Read: https://ifenna.hashnode.dev/django-broken-object-level-authorization-guide
Set up Jenkins pipeline jobs to deploy a Django image to dockerhub
This is the second tutorial in the Deploy a Django app to AWS EC2 instance using a Jenkins server series.
In this article, we will go through how to give our Jenkins permission to run docker commands and set up a basic pipeline job that deploys our...
Read: https://blog.kipchirchirlangat.com/set-up-jenkins-pipeline-jobs-to-deploy-a-django-image-to-dockerhub
This is the second tutorial in the Deploy a Django app to AWS EC2 instance using a Jenkins server series.
In this article, we will go through how to give our Jenkins permission to run docker commands and set up a basic pipeline job that deploys our...
Read: https://blog.kipchirchirlangat.com/set-up-jenkins-pipeline-jobs-to-deploy-a-django-image-to-dockerhub
Build a Text Summarizer API using Django Rest Framework and spaCy
"Not another todo app"
~ Super Laptop and the AI Lady
In this article, we'll demonstrate how to create a concise text-summarizing app. You are not required to have any prior knowledge of natural language processing (in this context). Simply put, we ...
Read: https://ifenna.hashnode.dev/text-summary-with-drf-and-spacy
"Not another todo app"
~ Super Laptop and the AI Lady
In this article, we'll demonstrate how to create a concise text-summarizing app. You are not required to have any prior knowledge of natural language processing (in this context). Simply put, we ...
Read: https://ifenna.hashnode.dev/text-summary-with-drf-and-spacy
Python Django Select2 Autocomplete Search using Ajax Example
Hi Dev,
In this tutorial, I will show you django select2 autocomplete using Ajax example. if you want to see example of python django select2 autocomplete using ajax then you are a right place. you will learn django select2 autocomplete example. it's...
Read: https://tuts-station.hashnode.dev/python-django-select2-autocomplete-search-using-ajax-example
Hi Dev,
In this tutorial, I will show you django select2 autocomplete using Ajax example. if you want to see example of python django select2 autocomplete using ajax then you are a right place. you will learn django select2 autocomplete example. it's...
Read: https://tuts-station.hashnode.dev/python-django-select2-autocomplete-search-using-ajax-example
How to Create a Dependent Drop Down List in Django.
Let's go throgh a scenario.
You are working on a Project whereby you have three models that are related.
model 1 - State
model 2 - Town
model 3 - Person
A state can have many towns
A person can only be from a single State and Town.
You are to dev...
Read: https://afeez1131.hashnode.dev/how-to-create-a-dependent-drop-down-list-in-django
Let's go throgh a scenario.
You are working on a Project whereby you have three models that are related.
model 1 - State
model 2 - Town
model 3 - Person
A state can have many towns
A person can only be from a single State and Town.
You are to dev...
Read: https://afeez1131.hashnode.dev/how-to-create-a-dependent-drop-down-list-in-django
83 Premium Resources You Can Get Access to With Only Your School Associated Mail (Stripe, Mail Gun,Pycharm Pro, Atom Code, Educative, Microsoft Azure)
Towards my the end of my university days was when I got to know about the usefulness of my school mail.
My thought was that it was only for receiving schools related mails, not knowing there are thousands of premium resources I can get access to with...
Read: https://afeez1131.hashnode.dev/83-premium-resources-you-can-get-access-to-with-only-your-school-associated-mail-stripe-mail-gunpycharm-pro-atom-code-educative-microsoft-azure
Towards my the end of my university days was when I got to know about the usefulness of my school mail.
My thought was that it was only for receiving schools related mails, not knowing there are thousands of premium resources I can get access to with...
Read: https://afeez1131.hashnode.dev/83-premium-resources-you-can-get-access-to-with-only-your-school-associated-mail-stripe-mail-gunpycharm-pro-atom-code-educative-microsoft-azure
Django features you did not know existed!
So software engineers have to work with various technologies & frameworks while creating new pieces of software. Often times we work on some frameworks or libraries that have some handy feature but are not aware of it.
So is the case with the Django ...
Read: https://ropali.hashnode.dev/django-features-you-did-not-know-existed
So software engineers have to work with various technologies & frameworks while creating new pieces of software. Often times we work on some frameworks or libraries that have some handy feature but are not aware of it.
So is the case with the Django ...
Read: https://ropali.hashnode.dev/django-features-you-did-not-know-existed
How to upload files to AWS S3 using Django Rest Framework
"Hello Sky Daddy, it's me again with new uploads."
~ Laptop and the high-flying Lady
File upload and download are some of the most performed actions on the web. With the rise of cloud-based solutions, companies are moving from an on-premises solutio...
Read: https://ifenna.hashnode.dev/how-to-upload-files-to-aws-s3-using-django-rest-framework
"Hello Sky Daddy, it's me again with new uploads."
~ Laptop and the high-flying Lady
File upload and download are some of the most performed actions on the web. With the rise of cloud-based solutions, companies are moving from an on-premises solutio...
Read: https://ifenna.hashnode.dev/how-to-upload-files-to-aws-s3-using-django-rest-framework
Django Google Address Autocomplete Example
Hi Dev,
In this quick example, let's see django google address autocomplete example. I’m going to show you about google address autocomplete api example. I’m going to show you about address autocomplete using google place api. you will learn google a...
Read: https://tuts-station.hashnode.dev/django-google-address-autocomplete-example
Hi Dev,
In this quick example, let's see django google address autocomplete example. I’m going to show you about google address autocomplete api example. I’m going to show you about address autocomplete using google place api. you will learn google a...
Read: https://tuts-station.hashnode.dev/django-google-address-autocomplete-example
Update Nested Serializers Fields with Django REST Framework
Introduction
Hello all 💙 😁 !
If you have attempted to build a web API endpoint for CRUDing (creating, retrieving, updating and deleting) data objects in a database using Django REST framework, you will realise that the object fields related to othe...
Read: https://fafacodes.hashnode.dev/update-nested-serializers-fields-with-django-rest-framework
Introduction
Hello all 💙 😁 !
If you have attempted to build a web API endpoint for CRUDing (creating, retrieving, updating and deleting) data objects in a database using Django REST framework, you will realise that the object fields related to othe...
Read: https://fafacodes.hashnode.dev/update-nested-serializers-fields-with-django-rest-framework
Асинхронный django: status update
Название поста может быть знакомо некоторым читателям. Действительно, я некоторое время назад задался вопросом, насколько будет сложно сделать django асинхронным. Так вот, процесс кодинга в этом направлении продолжился, и теперь есть целая альфа-версия.
Проект называется vinyl. У него есть репозиторий: https://github.com/vinylproject/vinyl. Пользоваться им можно и нужно! Про то, как это делать, можно узнать из README - я думаю, всё вполне соответствует ожиданиям от асинхронной версии. Здесь я хочу рассказать про то, что, как говорится, удалось узнать в процессе.
Читать: https://habr.com/ru/post/685144/
Название поста может быть знакомо некоторым читателям. Действительно, я некоторое время назад задался вопросом, насколько будет сложно сделать django асинхронным. Так вот, процесс кодинга в этом направлении продолжился, и теперь есть целая альфа-версия.
Проект называется vinyl. У него есть репозиторий: https://github.com/vinylproject/vinyl. Пользоваться им можно и нужно! Про то, как это делать, можно узнать из README - я думаю, всё вполне соответствует ожиданиям от асинхронной версии. Здесь я хочу рассказать про то, что, как говорится, удалось узнать в процессе.
Читать: https://habr.com/ru/post/685144/
🔥1