Creating HTML Template And Views | Django CMS Building By shriekdj
In This Post I Will Create Html Pages for the site and as well as show how to use urls.py and views.py.
First Create a folder named templates in blog app in django app and add update the variable in django_project_name/setting.py like given below
imp...
Read: https://shriekdj.hashnode.dev/creating-html-template-and-views-django-cms-building-by-shriekdj
In This Post I Will Create Html Pages for the site and as well as show how to use urls.py and views.py.
First Create a folder named templates in blog app in django app and add update the variable in django_project_name/setting.py like given below
imp...
Read: https://shriekdj.hashnode.dev/creating-html-template-and-views-django-cms-building-by-shriekdj
Django Fixtures: Things you did not know.
I was going through Django's source code & I found some fascinating details for loaddata command which provides initial data in your application using fixtures.
These details were not present in Django's documentation directly So I thought of writing...
Read: https://ropali.hashnode.dev/django-fixtures-things-you-did-not-know
I was going through Django's source code & I found some fascinating details for loaddata command which provides initial data in your application using fixtures.
These details were not present in Django's documentation directly So I thought of writing...
Read: https://ropali.hashnode.dev/django-fixtures-things-you-did-not-know
👍1
How to scrape a website which requires login using Python requests and BeautifulSoup.
I was preparing an article on some free resources that students can access with just their School associated E-mail. I wanted to list out all of the resources which is over 80, but I felt so lazy to copy individually.
So, I decided to write a scraper...
Read: https://afeez1131.hashnode.dev/how-to-scrape-a-website-which-requires-login-using-python-requests-and-beautifulsoup
I was preparing an article on some free resources that students can access with just their School associated E-mail. I wanted to list out all of the resources which is over 80, but I felt so lazy to copy individually.
So, I decided to write a scraper...
Read: https://afeez1131.hashnode.dev/how-to-scrape-a-website-which-requires-login-using-python-requests-and-beautifulsoup
Django Broken Access Control Guide
Data is King. Access to more data is akin to holding the master key to a kingdom.
~ The contemporary Laptop and high society Lady
Introduction
In this post, we'll go over what broken access control is, offer some examples of it, and look at some of...
Read: https://ifenna.hashnode.dev/django-broken-access-control-guide
Data is King. Access to more data is akin to holding the master key to a kingdom.
~ The contemporary Laptop and high society Lady
Introduction
In this post, we'll go over what broken access control is, offer some examples of it, and look at some of...
Read: https://ifenna.hashnode.dev/django-broken-access-control-guide
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