Create a CV/Resume Builder using the Django Rest Framework (part 4)
Good things take time~ unknown
Introduction
In this article, the design of the Django Rest Framework and the function of the view in MVT are covered in-depth (Model-View-Template). We'll finish the API for our CV/resume builder. At the end of this t...
Read: https://ifenna.hashnode.dev/create-a-cvresume-builder-using-the-django-rest-framework-part-4
Good things take time~ unknown
Introduction
In this article, the design of the Django Rest Framework and the function of the view in MVT are covered in-depth (Model-View-Template). We'll finish the API for our CV/resume builder. At the end of this t...
Read: https://ifenna.hashnode.dev/create-a-cvresume-builder-using-the-django-rest-framework-part-4
👍1
Creating Custom Profile and Tag | Django CMS Building By shriekdj
So Now I am Trying to Create 2 New Models for the CMS Which Are User Profile and Blog Tags but before That I Want to Say Some Reconfiguration Made By In The GitHub Repository During The Series.
I Just Renamed The Django Project from dj_admin to confi...
Read: https://shriekdj.hashnode.dev/creating-custom-profile-and-tag-django-cms-building-by-shriekdj
So Now I am Trying to Create 2 New Models for the CMS Which Are User Profile and Blog Tags but before That I Want to Say Some Reconfiguration Made By In The GitHub Repository During The Series.
I Just Renamed The Django Project from dj_admin to confi...
Read: https://shriekdj.hashnode.dev/creating-custom-profile-and-tag-django-cms-building-by-shriekdj
👍1
Passing a dictionary to Django's messages framework
In order to display some 'flash' message after a form submission like a success message or an error message we make use of messages framework which is built-in in Django.
I was doing a return redirect('dashboard') from a job posting form. Thing is, I...
Read: https://anjanesh.dev/passing-a-dictionary-to-djangos-messages-framework
In order to display some 'flash' message after a form submission like a success message or an error message we make use of messages framework which is built-in in Django.
I was doing a return redirect('dashboard') from a job posting form. Thing is, I...
Read: https://anjanesh.dev/passing-a-dictionary-to-djangos-messages-framework
Internalization in Django
Internalization in Django
Django is one of the most popular web frameworks known for its battery-inclusion. One of the inbuilt features of Django is internationalization (also known as i18n). This article shows how to utilize i18n to reduce language ...
Read: https://ifenna.hashnode.dev/internalization-in-django
Internalization in Django
Django is one of the most popular web frameworks known for its battery-inclusion. One of the inbuilt features of Django is internationalization (also known as i18n). This article shows how to utilize i18n to reduce language ...
Read: https://ifenna.hashnode.dev/internalization-in-django
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