Django Unleashed Framework
1.44K subscribers
2.18K photos
2.61K links
Лучшие материалы по разработке на фреймворке Django на русском и английском языке

Разместить рекламу: @tproger_sales_bot

Правила общения: https://tprg.ru/rules

Другие каналы: @tproger_channels

Другие наши проекты: https://tprg.ru/media
Download Telegram
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
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
👍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
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 News - Wagtail 4.0 released - Sep 2nd 2022

Read: https://django-news.com/issues/143
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
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
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/
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
How to use Datatables in Django?

Hi Dev,
Here, I will show you how to works how to create datatable in django. we will help you to give example of how to use datatables with django. this example will help you django datatables ajax example. I’m going to show you about django datatab...

Read: https://tuts-station.hashnode.dev/how-to-use-datatables-in-django
Django Ajax PUT Request Example Tutorial

Hi Dev,
This article will provide example of django ajax put request example. you will learn how do i put with jquery/ajax in django. In this article, we will implement a jquery ajax put json response example. This tutorial will give you simple examp...

Read: https://tuts-station.hashnode.dev/django-ajax-put-request-example-tutorial
Django ChartJS Pie Chart Example Tutorial

Hi Dev,
I am going to show you example of django chartjs pie chart example. This article goes in detailed on how to use chartjs pie chart in django. it's simple example of chartjs pie chart in django. we will help you to give example of django chartj...

Read: https://tuts-station.hashnode.dev/django-chartjs-pie-chart-example-tutorial
👍1
Deploy a Django image to Jenkins using a multi-branch pipeline and conditionals.

This is the fifth article in the series Deploy a Django app to AWS EC2 instance using Jenkins. A gentle guide to Jenkins..
In this article, you will build and configure a multi-branch Jenkins pipeline that will deploy a Django image to Dockerhub. Yo...

Read: https://blog.kipchirchirlangat.com/deploy-a-django-image-to-jenkins-using-a-multi-branch-pipeline-and-conditionals
Django, requests and..

Moving from ngrok to nginx proxy manager (upcoming article) put me in the situation where I needed to get requests to accept a self signed certificate to avoid the dreaded SSL: CERTIFICATE_VERIFY_FAILED
verify=False or verify=/path/to/ca.pem is not a...

Read: https://roderik.no/django-requests-and
Django Ajax DELETE Request Example Tutorial

Hi Dev,
I will explain step by step tutorial django ajax delete request example. this example will help you how do i delete with jquery/ajax in django. you'll learn jquery ajax delete json response example. you'll learn how do i get data from my ajax...

Read: https://tuts-station.hashnode.dev/django-ajax-delete-request-example-tutorial
Django News - Django 4.1.1 Bugfix Release - Sep 9th 2022

Read: https://django-news.com/issues/144