Test Your Django Application
As a developer on a team, you have written a nice cool feature and you are so sure that it is giving the expected responses for both successful and unsuccessful requests, So you make a pull request for the team lead to review and merge but the team l...
Read: https://djangoway.hashnode.dev/test-your-django-application
As a developer on a team, you have written a nice cool feature and you are so sure that it is giving the expected responses for both successful and unsuccessful requests, So you make a pull request for the team lead to review and merge but the team l...
Read: https://djangoway.hashnode.dev/test-your-django-application
Getting started with django
What is Django?
Among the many back-end web frameworks,Django is one of the most popular framework out there.
Being a high-level python framework, it encourages rapid-paced development and clean design. As it is built by experienced developers it is ...
Read: https://sailess.hashnode.dev/getting-started-with-django
What is Django?
Among the many back-end web frameworks,Django is one of the most popular framework out there.
Being a high-level python framework, it encourages rapid-paced development and clean design. As it is built by experienced developers it is ...
Read: https://sailess.hashnode.dev/getting-started-with-django
How to Send Email with Multiple File Attachment in Python Django?
Hi Dev,
This article will provide some of the most important example how to send email with multiple file attachment in python django. you can see send email multiple file attachment in python django example. you can see send multiple files attachmen...
Read: https://tuts-station.hashnode.dev/how-to-send-email-with-multiple-file-attachment-in-python-django
Hi Dev,
This article will provide some of the most important example how to send email with multiple file attachment in python django. you can see send email multiple file attachment in python django example. you can see send multiple files attachmen...
Read: https://tuts-station.hashnode.dev/how-to-send-email-with-multiple-file-attachment-in-python-django
Getting started with Django Part 1
What is Django?
Among the many back-end web frameworks,Django is one of the most popular framework out there.
Being a high-level python framework, it encourages rapid-paced development and clean design. As it is built by experienced developers it is ...
Read: https://sailess.hashnode.dev/getting-started-with-django-part-1
What is Django?
Among the many back-end web frameworks,Django is one of the most popular framework out there.
Being a high-level python framework, it encourages rapid-paced development and clean design. As it is built by experienced developers it is ...
Read: https://sailess.hashnode.dev/getting-started-with-django-part-1
Деплой Django проекта на Heroku
Как бесплатно разместить свой Django проект на Heroku...
Читать: https://habr.com/ru/post/683796/
Как бесплатно разместить свой Django проект на Heroku...
Читать: https://habr.com/ru/post/683796/
Необычный Python в обычных библиотеках
Специалист в Data Science из Amazon буквально прочитал код самых распространённых библиотек Python. В этом материале он делится секретами работы с Python, о которых узнал из этих библиотек. За подробностями приглашаем под кат к старту нашего флагманского курса по Data Science:
* Вызов super() в базовых классах
* Когда использовать миксины
* Использование относительного импорта
* Когда добавлять код в __init__.py
* Когда использовать экземпляр, класс и @staticmethod
* Скрытая функция conftest.py
* Поясняющая документация библиотек
Узнать больше
Читать: https://habr.com/ru/post/683744/
Специалист в Data Science из Amazon буквально прочитал код самых распространённых библиотек Python. В этом материале он делится секретами работы с Python, о которых узнал из этих библиотек. За подробностями приглашаем под кат к старту нашего флагманского курса по Data Science:
* Вызов super() в базовых классах
* Когда использовать миксины
* Использование относительного импорта
* Когда добавлять код в __init__.py
* Когда использовать экземпляр, класс и @staticmethod
* Скрытая функция conftest.py
* Поясняющая документация библиотек
Узнать больше
Читать: https://habr.com/ru/post/683744/
Django Google Login using django-allauth Example
Hi Dev,
This article will give you example of user registration in django using google oauth. you can understand a concept of django-allauth google tutorial. step by step explain django allauth social login. This article will give you simple example ...
Read: https://tuts-station.hashnode.dev/django-google-login-using-django-allauth-example
Hi Dev,
This article will give you example of user registration in django using google oauth. you can understand a concept of django-allauth google tutorial. step by step explain django allauth social login. This article will give you simple example ...
Read: https://tuts-station.hashnode.dev/django-google-login-using-django-allauth-example
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