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
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
MVC vs MVT architecture!!!

During the process of software development, a developer has to face lots of difficulties and problems. These issues need to be handled with some sort of mechanism to achieve the goal easily. And there’s the software design pattern that comes into the...

Read: https://gobinda.info.np/mvc-vs-mvt-architecture
Forms in Django

Forms are a way of getting user inputs, processing them and making necessay actions that are required. In a nutshell, there are two main http methods that are used when dealing with forms, this include GET and POST.
Forms in Django
Django form class...

Read: https://novem.hashnode.dev/forms-in-django
Test-Driven Development (TDD) with Django REST Framework

Introduction
Hello all 💙 😁 !
Test-driven development (TDD) is a software development practice in which unit test cases are incrementally written prior to code implementation (B George, L Williams, 2014). In this method of development, the developer...

Read: https://fafacodes.hashnode.dev/test-driven-development-tdd-with-django-rest-framework
👍1
How to Create a Form using Django Forms API ?

Hi Dev,
This tutorial shows you how to create a form using python django forms api. you can understand a concept of how to create a form using django forms api example. if you have question about how to create a form using python django forms api int...

Read: https://tuts-station.hashnode.dev/how-to-create-a-form-using-django-forms-api