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
Django Import Export Excel to Database Example
Hi Dev,
In this example, I will show you django import export excel to database example. I would like to share with you django import excel file. let’s discuss about django import export excel to database example csv. This article will give you simpl...
Read: https://tuts-station.hashnode.dev/django-import-export-excel-to-database-example
Hi Dev,
In this example, I will show you django import export excel to database example. I would like to share with you django import excel file. let’s discuss about django import export excel to database example csv. This article will give you simpl...
Read: https://tuts-station.hashnode.dev/django-import-export-excel-to-database-example
How to Get Checkbox Values in Django?
Hi Dev,
This simple article demonstrates of how to get checkbox values in django. if you have question about how to get multiple checkbox value in django then I will give simple example with solution. I would like to show you django html checkbox val...
Read: https://tuts-station.hashnode.dev/how-to-get-checkbox-values-in-django
Hi Dev,
This simple article demonstrates of how to get checkbox values in django. if you have question about how to get multiple checkbox value in django then I will give simple example with solution. I would like to show you django html checkbox val...
Read: https://tuts-station.hashnode.dev/how-to-get-checkbox-values-in-django
Django Caching Levels
You know a little about Django caching and are able to set up your cache on the back end. Now you need to decide how much data you actually want to cache.
Websites usually come with different files such as templates, forms, sidebars and so much more...
Read: https://donesrom.hashnode.dev/django-caching-levels
You know a little about Django caching and are able to set up your cache on the back end. Now you need to decide how much data you actually want to cache.
Websites usually come with different files such as templates, forms, sidebars and so much more...
Read: https://donesrom.hashnode.dev/django-caching-levels
Django ChartJS Chart Example Tutorial
Hi Dev,
This article is focused on django chartjs. We will look at example of django chartjs ajax example. step by step explain how to create chart in django. I would like to share with you how to use chartjs in django.
Chartjs is a js library, this ...
Read: https://tuts-station.hashnode.dev/django-chartjs-chart-example-tutorial
Hi Dev,
This article is focused on django chartjs. We will look at example of django chartjs ajax example. step by step explain how to create chart in django. I would like to share with you how to use chartjs in django.
Chartjs is a js library, this ...
Read: https://tuts-station.hashnode.dev/django-chartjs-chart-example-tutorial
Authentication System With Django
Today I'll show you how to create an authentication system using Django. With the use of this system, users will be given full access to the company's website or landing page after having their logins verified.
PREREQUISITES
Latest version of python...
Read: https://julietofoegbu.hashnode.dev/login-system-with-django
Today I'll show you how to create an authentication system using Django. With the use of this system, users will be given full access to the company's website or landing page after having their logins verified.
PREREQUISITES
Latest version of python...
Read: https://julietofoegbu.hashnode.dev/login-system-with-django
Jenkins pipeline to build and push a Django image to dockerhub and GitHub webhook integration.
This is the fourth article in the series Deploy a Django app to AWS EC2 instance using Jenkins. A gentle guide to Jenkins.
In this article, you will piece together all the fundamentals that you have learned and build a full Jenkins pipeline that will...
Read: https://blog.kipchirchirlangat.com/jenkins-pipeline-to-build-and-push-a-django-image-to-dockerhub-and-github-webhook-integration
This is the fourth article in the series Deploy a Django app to AWS EC2 instance using Jenkins. A gentle guide to Jenkins.
In this article, you will piece together all the fundamentals that you have learned and build a full Jenkins pipeline that will...
Read: https://blog.kipchirchirlangat.com/jenkins-pipeline-to-build-and-push-a-django-image-to-dockerhub-and-github-webhook-integration
Django Create Word Document File Example
Hi Guys,
In this tutorial we will go over the demonstration of django create word document file. you will learn generate the ms word document in django. if you have question about how to generate word document from html in django? then I will give si...
Read: https://tuts-station.hashnode.dev/django-create-word-document-file-example
Hi Guys,
In this tutorial we will go over the demonstration of django create word document file. you will learn generate the ms word document in django. if you have question about how to generate word document from html in django? then I will give si...
Read: https://tuts-station.hashnode.dev/django-create-word-document-file-example
👍1
Build a Pseudocode to Python Converter API
In this article, we will create a script that will convert pseudocode into Python executable code. Along the way, we'll learn about string manipulation and become more acquainted with regular expressions.
This article was written as a fun weekend pr...
Read: https://ifenna.hashnode.dev/build-a-pseudocode-to-python-converter-api
In this article, we will create a script that will convert pseudocode into Python executable code. Along the way, we'll learn about string manipulation and become more acquainted with regular expressions.
This article was written as a fun weekend pr...
Read: https://ifenna.hashnode.dev/build-a-pseudocode-to-python-converter-api
Python Django Tags System Example Tutorial
Hi Dev,
Now, let's see post of python django tags system example tutorial. We will look at example of how to add tags to your models in django. I would like to share with you adding tags using django-taggit in django. We will use python django tags s...
Read: https://tuts-station.hashnode.dev/python-django-tags-system-example-tutorial
Hi Dev,
Now, let's see post of python django tags system example tutorial. We will look at example of how to add tags to your models in django. I would like to share with you adding tags using django-taggit in django. We will use python django tags s...
Read: https://tuts-station.hashnode.dev/python-django-tags-system-example-tutorial
Django Class Based views
This week i learnt about Django class Based View and it has been so amazing . So i will explain some of the import Class Based View.
Generally in django we have the Function Based View and Class Based View, Function Based View are written by the dev...
Read: https://djangoproject.hashnode.dev/django-class-based-views
This week i learnt about Django class Based View and it has been so amazing . So i will explain some of the import Class Based View.
Generally in django we have the Function Based View and Class Based View, Function Based View are written by the dev...
Read: https://djangoproject.hashnode.dev/django-class-based-views
Django ChartJS Bar Chart Example Tutorial
Hi Dev,
Are you looking for example of django chartjs bar chart example. I explained simply step by step how to use chartjs bar chart in django. We will look at example of chartjs bar chart in django. you can understand a concept of django chartjs ba...
Read: https://tuts-station.hashnode.dev/django-chartjs-bar-chart-example-tutorial
Hi Dev,
Are you looking for example of django chartjs bar chart example. I explained simply step by step how to use chartjs bar chart in django. We will look at example of chartjs bar chart in django. you can understand a concept of django chartjs ba...
Read: https://tuts-station.hashnode.dev/django-chartjs-bar-chart-example-tutorial
My Portfolio Website Project
It's been three weeks of consistent writing. I must confess that it's not been easy. So how are you, my dear readers? We have reached the third week of this great Hackathon. I really want to appreciate you guys for your consistent support, reactions,...
Read: https://codedaddy.hashnode.dev/my-portfolio-website-project
It's been three weeks of consistent writing. I must confess that it's not been easy. So how are you, my dear readers? We have reached the third week of this great Hackathon. I really want to appreciate you guys for your consistent support, reactions,...
Read: https://codedaddy.hashnode.dev/my-portfolio-website-project
👍1
Building an authentication app with Django Authentication System | Python.
One of the advantages of Django is we can build an authentication for our apps quickly using Django's authentication system.
This is what Django doc says:
Django’s authentication system in its default configuration. This configuration has evolved to...
Read: https://carlosmv.hashnode.dev/building-an-authentication-app-with-django-authentication-system-python
One of the advantages of Django is we can build an authentication for our apps quickly using Django's authentication system.
This is what Django doc says:
Django’s authentication system in its default configuration. This configuration has evolved to...
Read: https://carlosmv.hashnode.dev/building-an-authentication-app-with-django-authentication-system-python
Django bugfix release: 4.1.1
Today we've issued the 4.1.1 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is Mariusz Felisiak: 2EF56372BA48CD1B.
Read: https://www.djangoproject.com/weblog/2022/sep/05/bugfix-release/
Today we've issued the 4.1.1 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is Mariusz Felisiak: 2EF56372BA48CD1B.
Read: https://www.djangoproject.com/weblog/2022/sep/05/bugfix-release/
Django Ajax GET Request Example Tutorial
Hi Dev,
In this tutorial, you will learn django ajax get request example. you will learn how do i get with jquery/ajax in django. I would like to show you jquery ajax get json response example. This tutorial will give you simple example of how do i g...
Read: https://tuts-station.hashnode.dev/django-ajax-get-request-example-tutorial
Hi Dev,
In this tutorial, you will learn django ajax get request example. you will learn how do i get with jquery/ajax in django. I would like to show you jquery ajax get json response example. This tutorial will give you simple example of how do i g...
Read: https://tuts-station.hashnode.dev/django-ajax-get-request-example-tutorial
How I Built a Budgeting Web API with Django
Introduction
I built budgetMe because I wanted a simple way to keep track of all my expenses and income and visualize them, but most budgeting apps were unnecessarily over-complicated or too expensive. So, I built BudgetMe with Django Rest Framework ...
Read: https://thinkpanda.hashnode.dev/how-i-built-a-budgeting-web-api-with-django
Introduction
I built budgetMe because I wanted a simple way to keep track of all my expenses and income and visualize them, but most budgeting apps were unnecessarily over-complicated or too expensive. So, I built BudgetMe with Django Rest Framework ...
Read: https://thinkpanda.hashnode.dev/how-i-built-a-budgeting-web-api-with-django