132 Blog Posts To Learn About Django
Let's learn about Django via these 132 free blog posts. They are ordered by HackerNoon reader engage 2026-7-27 02:0:13 Author: hackernoon.com(查看原文) 阅读量:25 收藏

Let's learn about Django via these 132 free blog posts. They are ordered by HackerNoon reader engagement data. Visit the Learn Repo or LearnRepo.com to find the most read blog posts about any technology.

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It helps developers build complex, database-driven websites quickly and efficiently with its "batteries included" philosophy.

1. Top 10 Python Web Frameworks to Learn in 2018

Learn Repo's image-b06da8

Frameworks make developers’ lives easier by offering them a structure for application development. They automate the implementation of common solutions, cutting development time and allowing developers to focus more on application logic instead of routine elements.

2. Using Enum as Model Field Choice in Django

Learn Repo's image-2b7778

<em>Originally published at </em><a href="http://www.melvinkoh.me/#/post/1b66029e-cd20-4e11-9084-9a20e6c90bdb" target="_blank"><em>melvinkoh.me</em></a><em>.</em>

3. 110% Complete JWT Authentication with Django & React - 2020

Learn Repo's image-335da

ReactJS is a fantastic frontend framework, and Django is a fantastic backend framework. However, as usual when dealing with anything of more than trivial complexity, it isn’t easy to get the two to place nicely together. It's not like taping a banana to a wall.

4. OpenAPI 3.0 Schema with Swagger UI for Django RESTful App

Learn Repo's image-ca4be

Let’s use drf-spectacular to simplify creation of beautiful docs for your Django application according to the OpenAPI Specification version 3. Sounds easy? It wasn’t for me…

5. How to Create a Responsive Table with HTMX and Django

Learn Repo's image-510b3

A guide on how to create a responsive table inside your web applications using both Django and htmx to create such a system to process your website's data.

6. The Smart Way to Clone Django Instances

Learn Repo's image-7a168

How to implement proper reusable clone for Django model instances with related objects.

7. How to Dockerize And Deploy Django Applications

Learn Repo's image-e31b28

In this tutorial, you learned how to dockerize and deploy Django applications using Docker, Django, and Heroku.

8. Netflix Tech Stack Has No Chill: How To Account for 15% of the World's Bandwidth

Learn Repo's image-f91c58

Disclaimer: This is NOT a press release by Netflix. Just my honest review of tech that helps us binge great content without hassle.

9. Opinionated or Not: Choosing the Right Framework for the Job

Learn Repo's image-dedeb

There’s a foundational question that every project starts with: accept the freedom to roll your own solutions along with the burdens that go with it, or take the chance to use sensible defaults that allow you to move quickly, but hide a multitude of decisions and set you on a prescriptive path.

10. Python Web Frameworks Compared: Django vs FastAPI

Learn Repo's image-6681a

Django and FastAPI are, without a doubt, two of the most well-known and widely used frameworks by Python developers. Let's explore their differences.

11. How to Install Django and Python 3+ on Raspberry Pi

Learn Repo's image-e79e3

Don't waste time! Learn how to install Django and Python quickly with this tutorial!

12. 110% Complete JWT Authentication with Django & React - 2020

Learn Repo's image-1deb6

ReactJS is a fantastic frontend framework, and Django is a fantastic backend framework. However, as usual when dealing with anything of more than trivial complexity, it isn’t easy to get the two to place nicely together. It's not like taping a banana to a wall.

13. How To Build Location-Based App with Geo🌎Django

Learn Repo's image-d440b8

Working with Geo🌎Django

GeoDjango is a built-in application that is included as a contrib module in Django. It’s actually a complete framework itself that can

14. Django Tutorial: Creating a Range-Slider Filter

Learn Repo's image-f5198

In this tutorial, we are going to create a nice crispy range slider using django-crispy-forms for an integer filter provided by django-filters.

15. Deleting a Column from a Django Model on Production

Learn Repo's image-ee3ad8

How to safely remove a column in Django on a production with more than 1 pod

16. Build your Own ORM from Scratch With Python

Learn Repo's image-adf87

curious about how ORM works! read this tutorial and make one from scratch using python programming language.

17. Top 5 Resources to Learn Django

Learn Repo's image-fc0a48

I've been using Django for a little less than a year already if I'm not mistaken and I'd like to share the top resources I use when I'm running on a roadblock or if I'm trying to implement something that I haven't implemented yet.

18. How To Use Django as Your SaaS Framework

Learn Repo's image-8784c

The Django Framework has been a popular choice for web development with Python for many years. And for good reason: it leverages Python's ease of modularity to offer a very flexible solution for a variety of applications.

19. How To Decode Django Sessions in PostgreSQL

Learn Repo's image-a793f8

When solving a problem that requires you to link a user's session data to their actual user object, Postgres comes in handy.

20. How to Bring Live-Reloading Back to a Django And React Project

Learn Repo's image-46f768

This article is a prequel of sorts to my earlier 110% Complete JWT Authentication with Django & React - 2020 article. That article covers how to get started with JWT authentication in a typical React and Django Rest Framework project, and it does that well enough. There's just one major annoyance with it - I couldn't figure out how to get live reloading working! So for every change made to the frontend, we had to shut down the dev server, rebuild the React bundle, and start it up again. Talk about tedious!

21. How to Delete a Table from a Django Model on Production

Learn Repo's image-b0a908

Simple case of deployment Django migration to production in a few steps. This is table/model removal.

22. Top 10 Python Frameworks Ranked on Github

Learn Repo's image-99db2

Here is a list of the ten highest-ranked Python frameworks on GitHub.

23. Django, Celery, Redis and Flower Implementation

Learn Repo's image-7b05a8

Here I’m assuming you already have your basic Django project setup. And, already know what Celery is? if not, I’ll suggest getting a basic understanding of it here. So let’s just directly jump into the steps.

24. How to Solve Common Performance Issues in Django REST Framework

Learn Repo's image-d29218

Learn how to boost your Django REST Framework's performance by solving common issues like N+1 queries, pagination, caching, and more. Get started now!

25. Angular and Django Integration in One Project

Learn Repo's image-76b9c

For those times, when you ought to do things which you don’t want to do.

26. Streamlining Your Django Development Environment with Docker Containers

Learn Repo's image-737a

Learn how to containerize an entire Django project from the ground up, including a Postgres database, Redis cache server, Caddy, and Celery instances.

27. 7 Database Optimization Best Practices for Django Developers

Learn Repo's image-fb628

In this article, we will be discussing the ways to optimize the database for speed in Django applications.

28. A Guide On Building a Django-Oscar Application with a Dashboard

Learn Repo's image-fff0f

Learning Django-Oscar can be cumbersome. In this tutorial, you will learn how to create a brand new Oscar app with a dashboard.

29. Django SaaS Architecture: Single-Tenant vs Multi-Tenant - Which Is Right for You?

Learn Repo's image-aa69f8

Single Tenant vs Multi-Tenant SaaS application example using Django

30. 5 Best Django and Python Web Development Courses for Beginners to become a Python Web Developer

Learn Repo's image-897668

If you are looking for the best online courses to learn Django, Flask, and Python web development, then you have come to the right place.

31. Flix-Finder: Building a Movie Recommendation App With Django and BrightData [Part 1/3]

Learn Repo's image-65ad38

Using Django & BrightData to build a Movie Recommendation Website! With ability to search through data of various rating agencies, Flix-Finder is a must have!

32. How To Compare Documents Similarity using Python and NLP Techniques

Learn Repo's image-84cda

In this post we are going to build a web application which will compare the similarity between two documents. We will learn the very basics of natural language processing (NLP) which is a branch of artificial intelligence that deals with the interaction between computers and humans using the natural language.

33. Django vs Laravel: An In-Depth Comparison

Learn Repo's image-69de58

Confused between Laravel and Django to learn a backend framework? This article gives a clear perspective of the frameworks and technology.

34. Flix-Finder: Building a Movie Recommendation App With Django and Bright Data [Part 2/3]

Learn Repo's image-ec8168

Use of Bright Data collectors to collect data from any website and extending our previous Django application is the main highlight of this article!

35. Setting up Subscriptions And Recurring Payments Using Django and Stripe

Learn Repo's image-5387c

If you are familiar with Stripe, you know how big of a player they are in the online payment processing field.  Their API not only allows programmers to easily create one-time payments for sites such as e-commerce stores, but also provides quick integrations for monthly subscriptions and routing payouts.  If new to Django and Stripe, check out our recent article on integrating one time payments.  Otherwise, let's get into setting up monthly payments with Django and Stripe.

Why a Monthly Subscription?

36. Python Django 3.0 Release: Will Help Developers Improve Applications in 2020

Learn Repo's image-be718

The programming language Python is famous for quite many reasons. It is loved by enterprises, developers, researchers all over the world. Be it enterprise development, machine learning or anything else, Python has more than a few applications in the present-day world. It has not just been able to impress users with its flexibility, ease of understanding, uncomplicated implementation and abundance of libraries, but also its frameworks that developers are falling in love with instantly.

37. Flask vs Django in Real World Applications

Learn Repo's image-436cb

Deciding between Flask vs Django can be easier task when acknowledging the use cases for both frameworks. So, in this article, we define where and what to use.

Learn Repo's image-7f94a

If you’ve decided to adopt Python for your software development, it’s crucial to know whether Python has a good chance to remain important to the industry in the years ahead.

39. The Best Front-End Frameworks for UI/UX: Future-Proof Careers

Learn Repo's image-be2a38

The Best Front-end frameworks are future-proof and supply the best design solution to the UI experts. There are diverse options in the market for C++ and Java

40. Flix-Finder: Building a Movie Recommendation App With Django and Bright Data [Part 3/3]

Learn Repo's image-9040b8

With ability for updating the static data, this third part truly completes our Movie Recommendation Django App Flix-Finder!

41. What is Django Used For? The Six Most Common Applications

Learn Repo's image-607c9

Django is a web app framework based upon Python, but is not a part of Python. Python being open-source language, easy to learn and adapt, has become the programming language of choice for beginners as well as seasoned developers in recent years. Django was created to support web application development, web APIs, web services. Thanks to rising popularity of Python, Django too became a framework of choice for python developers.

42. You Need Django Signals Right Now — Here's Why

Learn Repo's image-582d5

Django signals are a powerful tool for executing code based on certain events in your Django application.

43. Top 3 Free Resources to Learn Django in 2022

Learn Repo's image-c73be8

This blog post provides an introduction to the Django framework as well as a handpicked list of free resources to learn this framework.

44. How to Deploy a Django Application on AWS with Terraform

Learn Repo's image-84906

The final goal of this guide is to create a scalable and reproducible setup of the Django Web Application on AWS using Terraform.

45. Managing Django Media & Static Files on Heroku with Bucketeer

Learn Repo's image-418dc8

Prepare your Heroku-deployed Django application to be closer to production-ready by implementing public & private storage backends for media & static files.

46. A Beginner's Guide to Deploying Django Model Changes to Production

Learn Repo's image-0764f

How to deploy Django application to production if there are many instances of your application and a separate process for running migrations.

47. How to create a new project in Django

Learn Repo's image-a8d38

Django is a web framework for perfectionists with deadlines.Using it you can create many cool projects. It was designed to make common web development tasks fast and easy.

48. Ruby vs Python: Which is Better for Your Application Development?

Learn Repo's image-9460b8

Ruby and Python are some of the most commonly used programming languages for web application development. According to the Stack Overflow’s annual survey conducted among 90,000 developers worldwide, Ruby and Python were in the Top 15 most in-demand programming languages in 2019. It’s quite something considering that there are about 700 programming languages in the world!

49. Introducing Huey: A Celery Alternative for Django

Learn Repo's image-3f94d

Trying out a lightweight asynchronous task queue as an alternative to Celery with Django

50. How to Choose a Technical Partner for Your Business

Learn Repo's image-67e7f8

A golden rule is: “Don’t start a partnership before you plan an exit plan.”

51. How To Optimize Images in Django Using ImageEngine

Learn Repo's image-472278

Learn how to optimize images in Django using an easy-to-use ImageCDN. ImageEngine automatically serves your images in next-gen formats on the global CDN.

52. How To Deploy A Secure Django Application on Kubernetes

Learn Repo's image-b0f91

Deploy Django on Kubernetes in a few clicks without even Dockerizing your application.

53. 12 Essential Django Programming Tips for Developers

Learn Repo's image-a7ca5

It’s been about 6 years since I started working with Django, and through all these years I’ve made some personal customizations in Django’s structure.

54. Django Tutorials: Building a Web App from Scratch

Learn Repo's image-3a8548

A Django CRUD web app tutorial featuring User Authentication, CRUD operations, and Markdown support.

55. Implement real-time updates with Django REST Framework: Building Cryptocurrency API

Learn Repo's image-5fb54

It is time to create another cool project using Django and REST Framework.

56. How to Use the Django Templating System Efficiently

Learn Repo's image-7ba5f8

The Django template system is available to users (programmers) using the Django framework for creating web applications.

57. Writing Your Own Flask(like) Framework

Learn Repo's image-7c3658

How does defining something as simple as app.route handle HTTP Requests? How does app.run create a server and maintain it?

58. How to add tags to your models in Django: Django Packages Series #1

Learn Repo's image-c6bcb8

Welcome to the first post of Django Package Series. In this tutorial, you will learn how to add tagging functionality to your models.

59. 5 Most Marketable Python Frameworks You Should Learn

Learn Repo's image-190e9

Web development has emerged as a rapidly developing field in the past few years and as the knowledge of various tools and languages used in web development is increasing, so is the number of individuals in this field thereby making a tough competition. Python has emerged as a mightily popular language in almost all fields of Computer Science and there are a large number of in-demand Python frameworks available like Django, Flask that might allow you to get an edge over other Web Developers in the community.

60. Python: A Deeper Look Into How Django Transactions Work

Learn Repo's image-712a6

Transactions are how Django manages all the DB operations that it runs. Learn how to best use them and avoid costly mistakes.

61. Building Your First Startup with Python and Node.js

Learn Repo's image-179148

This article is for business owners willing to launch their first product. In this material, we will discuss and try to compare two popular backend solutions.

62. Full Production Django Docker Configuration

Learn Repo's image-4d633

The current software development ecosystem moves fast and it seems older frameworks like Django or Rails becoming absolute, but it is a huge underestimation! Django is one of the unique frameworks that I like to use - first of all because it contains everything in it, with just a few simple configurations.

63. How to Create Github Actions to Run Tests With Docker Services

Learn Repo's image-8915c8

Example with Django / Python and PostgreSQL.

64. App Based Template Loading in Django

Learn Repo's image-de1708

Sometimes in Django you wish to override a small piece of a template and then refer back to that original template. However, in default Django, once you override that template, you can not refer back to it with the extends tag. This means you have to copy and paste a lot of code you would rather not maintain. So it would be nice if you had an extends tag that worked like:

65. Caching in Django: Everything You Need to Know

Learn Repo's image-1ce52

Optimize your website for lightning-fast speed with caching. Reduce processing overhead and improve response time, and discover the power of caching today.

66. When You Shouldn't Use Async in Python

Learn Repo's image-0acc7

What comes to a Python developer’s mind when he needs to write an I/O bound application? Of course async. Why? Usually, because it’s a trend. And I’ve seen this

67. I Built a Platform to Help Users Practice Programming Challenges Guided by AI

Learn Repo's image-11db

Walking through the process of building a platform leveraging AI to help users practice for interviews; integrating feedback from the first few live user tests

68. Pre-Deployment Checklist: Django Web Security

Learn Repo's image-87269

You already know web security is important to keeping hackers and cyber-thieves from accessing sensitive information. So, in this post we are going to check Django security vulnerabilities and how to fix them.

69. Deploying a Django Project to PythonAnywhere - A How-To Guide

Learn Repo's image-acad

When I was first starting with Django, one of the most challenging obstacles I faced was deploying my application. In this tutorial, I will show you guys how to deploy your Django applications to PythonAnywhere and hopefully help you avoid the pitfalls I made.

70. How To Deploy Django to Production

Learn Repo's image-abf45

Learn to deploy django to production using nginx, gunicorn and cloudflare tunnels.

71. Django 6.0 Is Here: Background Tasks, Partials, and Why We Might Finally Delete Celery

Learn Repo's image-9d8e7

Django 6.0 introduces native background tasks, template partials, built-in CSP, and key upgrades that modernize the framework for today’s web apps.

72. How to Improve Django 3.1 View Performance with Async Support

Learn Repo's image-2cf33

Django 3.1 provides support for asynchronous views, allowing developers to make significant performance improvements.

73. Price Tracker Application with Django: Crawling Discounts From Ebay

Learn Repo's image-33bbe8

What's up Hackers!

74. How I Got 15,000+ Requests on My Learn to Code App in Less Than 24 Hours!

Learn Repo's image-8f2ea

It was a warm evening in April in the northern plains of India, I was sitting at my desk with a slight discomfort for I could not figure out the solution of a Foobar Level 4 problem because well, my high school was closed ( still is! ).

75. Django Vs Laravel: The Ultimate Comparison Guide (2022)

Learn Repo's image-e0194

Are you looking for a comparison and an ultimate guide for Django vs laravel? You got the final destinations with features and benchmarks.

76. Six Django Template Tags Not Often Presented in Tutorials

Learn Repo's image-5f9f48

This article is for those who don't read the documentation, and I, who had the Dash app for a few months now, which I never tinkered until last night.

77. 7 Reasons Why Django Framework is a Perfect Framework for Startups

Learn Repo's image-9d133

The programming language and the main framework are often crucial for startups. Here is why we think Django is a wise choice.

78. Serverless Python Google Cloud Platform: Hosting Django on Cloud Run

Learn Repo's image-79e048

Learn about the basics of Serverless, Docker and deploying a Django (Python) application to Cloud Run, a serverless offering by Google Cloud Platform

79. Django Boundaries - Models and Views are Not Enough

Learn Repo's image-1de818

"The Web framework for perfectionists with deadlines." This is what Django says and that is actually true indeed.

Learn Repo's image-2e5788

Now that Django 3.0 ships with ASGI support out of the box, adding Websockets to your Django app requires no extra dependencies. In this post, you'll learn how to handle Websockets with Django by extending the default ASGI application. We'll go over how to handle Websocket connections, send and receive data, and implement the business logic in a sample ASGI application.

81. Python - Django: You Should Never Put This Stuff in Transactions

Learn Repo's image-1ae318

Transactions are central to Django apps, but if you put the wrong code in transactions, you may cause an outage!

82. Implementing Google Authentication and Fetching Mails from Scratch Using Python Django

Learn Repo's image-957498

Google Authentication and Fetching mails from scratch means without using any module which has already set up this authentication process.

83. Say No to Python/Django - Use PHP/JQuery Instead

Learn Repo's image-b892e8

Say no to Python/Django!!!

84. Django Transactions & PostgreSQL Locks: Why Your Database is Slower Than You Think

Learn Repo's image-429e58

This is the finale in a three-part series on how Django transactions work. I cover how PSQL locks work and map PSQL commands to their locks.

85. 19 Top Websites Built With Django Web Framework

Learn Repo's image-6c2c38

Softformance has published a list of the most popular Django-based websites built with Django web framework. Softformance used to use Plone CMS – Python and Zop

86. 7 Most Common Mistakes That Django Developers Make

Learn Repo's image-e406c8

Django is powerful web framework, but with power comes responsibility. In this article, we will cover common mistakes that are even seasoned Django developers make, yet most successful Django projects need to deal with these sooner or later.

87. Python Deep Dives: Multiple Inheritances And Mixin Classes

Learn Repo's image-c8b36

I recently revisited three old posts on Django class-based views that I wrote for this blog, updating them to Django 3.0 (you can find them here and noticed once again that the code base uses mixin classes to increase code reuse. I also realised that mixins are not very popular in Python, so I decided to explore them, brushing up my knowledge of the OOP theory in the meanwhile.

88. An Introduction to Web Stacks

Learn Repo's image-4e0cb8

Having recently worked with young web developers who were exposed for the first time to proper production infrastructure, I received many questions about the various components that one can find in the architecture of a "Web service". These questions clearly expressed the confusion (and sometimes the frustration) of developers who understand how to create endpoints in a high-level language such as Node.js or Python, but were never introduced to the complexity of what happens between the user's browser and their framework of choice. Most of the time they don't know why the framework itself is there in the first place.

89. Build a Dynamic Photo Collection App With Django

Learn Repo's image-b9cde8

Discover how to create a dynamic photo collection app with Django and Cloudinary. Read about its functionalities, and explore noteworthy features. Fork the app.

90. Simplify Custom User Models by Open-Sourcing Django-Swap-User

Learn Repo's image-7e74e

if you are tired of copying a custom user model from one project to other ones—use this package. It will do it all for you!

91. The Developer's Guide to Preparing Django Applications for Production

Learn Repo's image-589e98

Configuration of production and development settings in Django. Can we read from different databases? What about getting notifications on view exceptions?

92. 10 Questions for Aswin Ganesh, Noonie Nominee for Functional Programming

Learn Repo's image-f534a

The 2020 #Noonies are here! And they are both much greener and much bigger than last year. Among the 2,000+ deserving humans nominated across 5 categories for over 200 award titles, we discovered Aswin Ganesh from India, who’s has been nominated for Hacker Noon's Contributor of the Year in our Functional Programming category. Without further ado, we present to you, our big techy world in 10 questions, from the perspective of Aswin.

93. Flask vs Django: Which Should You Learn?

Learn Repo's image-e24ae

Looking for a Flask vs Django comparison? This article compares the two popular Python frameworks for web, apps, APIs, and backend development.

94. How to Learn Web Development: HTML, CSS, MERN, and Python - 22 GitHub Repositories to Help You

Learn Repo's image-a0be08

To help you on your learning path, I've compiled an ultimate guide to the best GitHub repositories for learning these technologies.

95. A Guide to Protecting your Django Secret and OAuth Keys

Learn Repo's image-a2ea2

If you've stumbled upon my article, I assume you are working on a Django project and are wondering how to secure your project information, more importantly, security keys. If so, you've come to the right place as I am about to teach you the best method of doing it.

96. How to Decide Between Flask and Django For Your Next Idea

Learn Repo's image-601bd8

Confused between Django and Flask? Read out the differences between the two and decide to go with Flask or Django development services.

97. Django MongoDB Backend Quickstart: Everything You Need to Know

Learn Repo's image-4272a

Follow the quickstart to create a Django application, connect that application to a MongoDB deployment, and interact with the data stored in your database.

98. Ad Hoc Environments for Django Applications With ECS, Terraform and GitHub Actions

Learn Repo's image-ea00b8

This article will show how software development teams can build on-demand environments for dog-food testing, quality review, internal and external demos and oth

99. Tell Us Why Django is Everyone’s Favorite Backend Web Framework [Writing Prompt]

Learn Repo's image-e009d

Draw some inspiration from the list of topics in this article and start writing about your experience with web development in Django.

100. Exploring Django’s Architecture: Key Components for Building Web Apps

Learn Repo's image-b52cb8

Django: Python web framework. MVT pattern. ORM for database. Views handle requests. Templates generate UI. Middleware for request processing. URL routing.

101. Django And Asynchronous Support: A Never Ending Story

Learn Repo's image-79a5c

Last year, when Django 3.0 came out there was a lot of buzz in the developer community about how Django 3.0 has support for asynchronous now but what does that mean for most developers? I guess we'll find out.

102. Learn How to Avoid the N+1 Problem in Django REST Framework

Learn Repo's image-a314b8

Learn how to avoid the N+1 problem in Django REST framework serializer. Optimize your app's performance by using JOIN statements to retrieve related data.

103. A Deeper Look into Our Design Process for SaaS Applications

Learn Repo's image-2adde

We develop a custom product design process that takes UX and UI into account and allows us to build effective software products.

104. How to Simplify Your Workflow With Pre-Commit Hooks

Learn Repo's image-98c82

Pre-commit is a simple yet powerful tool that can help you catch these issues before they make it into your codebase. It is a git hook script.

105. Maximize the Performance of Your Django App with these Techniques

Learn Repo's image-5bd068

Learn about caching, database optimization, minimizing queries, using CDN, profiling & monitoring, and more. Boost your app's speed and efficiency today!

106. How To Scale Django/Postgres With PgBouncer on Heroku

Learn Repo's image-93c698

Do you have an app on Heroku using Postgres? Are you running out of database connections?

107. Python Security Essentials for Your Apps

Learn Repo's image-da7968

Protect your Django app against hackers by utilizing built-in middleware, third-party tools, and coding best practices.

108. Running Geo Django on ElasticBeanstalk

Learn Repo's image-305b38

I want to tell you this story because I wasted about 14 hours to realize how to achieve it correctly.

109. How We Created Our Own ChatGPT

Learn Repo's image-25e54

Our team decided to write our own chat for working with GPT4 from OpenAI and other ML/LLM models with the ability to customize for the company’s internal needs.

110. How to Make Things Less Complicated With Django Model Managers

Learn Repo's image-2c83d

Learn how Django model managers can simplify your code and make complex queries and model-level operations easier to manage.

111. How to Build a RESTAPI with Django

Learn Repo's image-bbe57

112. Discover the Power of Django Signals for Flexible and Scalable Apps

Learn Repo's image-a14aa8

Discover how Django Signals can enhance your web development skills. Learn about its benefits, working, and built-in signals.

113. Django: The Web Framework That Thinks for You – Here’s Why It’s a Game-Changer

Learn Repo's image-0a9fb

Django is a framework that lets you ship features at lightning speed.

114. Glimpse Into Django Internals for Enterprise Software Developers, BI and Automation

Learn Repo's image-85ded8

Django internal utilities are a very powerful tool for automation.

115. How to Build a Secure Anonymous Feedback System With Django, Twilio, and Pinata

Learn Repo's image-e4dd5

Build a secure anonymous feedback system using Django, Twilio for SMS, Pinata for media uploads, and TailwindCSS for responsive UI. Ensures privacy and secure s

116. The Noonification: I Trained an AI to Act Like Me: Heres What Happened (11/1/2023)

Learn Repo's image-e58b78

11/1/2023: Top 5 stories on the Hackernoon homepage!

117. 500 Password Resets: A Case Study in the UX Scapegoat

Learn Repo's image-b1d218

A Django developer noticed 500 password resets in 3 weeks. They blamed the UI, but the real culprit was a silent database bug. Read the full postmortem.

118. Embarking on a Quick Project With Django Rest Framework

Learn Repo's image-39dc48

In this article, we'll create a project that posts about rants using Django and Django Rest Framework.

119. Escaping the jQuery Trap: How Django 6 Partials Let You Delete Your Frontend Code

Learn Repo's image-7acd

Struggling with 25k-line Django templates? See how Django 6 inline partials & HTMX replace complex JS trickery with clean, modular, & scalable server-side code.

120. I Built a Mock API Platform in 2.5 Months (Django + React + Redis + PostgreSQL)

Learn Repo's image-348e1

I built MockMyData.io in 10 weeks - a multi-tenant SaaS that generates mock REST APIs. Here's how I handled subdomains, rate limiting, and Redis caching.

121. Creating a Ride-a-request Application Using TomTom Maps API

Learn Repo's image-e4aed

The application will allow users to input multiple pick-up and drop-off locations, calculate the optimal route, and display it on a map.

122. Togayo: A Reconfigurable IoT Platform

Learn Repo's image-6593e8

An open-source IoT platform that uses microcontroller reconfiguration, capability-based peripherals, GraphQL, TimescaleDB, entity component system, and more.

Learn Repo's image-1b82b8

A real case where abnormal ad impression patterns on a Django site nearly caused an ad network ban — and the application-level mitigation that reduced the risk.

124. Treat Your ORM Instances as Collections

Learn Repo's image-5dbd88

Think about helping yourself in the future, or perhaps your colleagues, and make some effort to avoid it beforehand.

125. I Replaced My Dev Team with a GenAI Model to Build My New Portfolio. Here's What I Learned.

Learn Repo's image-62bdd

AI isn't replacing developers; it's augmenting them. I built a complete, production-ready website with an AI partner.

126. How to Add Full Text Search to Your Django App with django-watson

Learn Repo's image-c9fb9

Learn how to supercharge your Django app with full-text search using Django-Watson. Dive deep into Postgres magic and boost search functionality.

127. The HackerNoon Newsletter: Python: A Deeper Look Into How Django Transactions Work (3/3/2025)

Learn Repo's image-bb5a3

3/3/2025: Top 5 stories on the HackerNoon homepage!

128. Introducing Myself

Learn Repo's image-fd6d08

I have stumble upon this site looking for some solutions for my Django problem, and I loved it. I decided to signup and share my views on technology and apps development. I'm like 5 years experience PHP and JavaScript developer, although in that time I have developed one Angulajs mobile app.

129. Business Engagement Models for Software Founders

Learn Repo's image-27c6e8

Businesses are looking for ways to develop software that will help receive a product of the highest quality at the same time.

130. 5 Python Frameworks to Leverage for your Next App

Learn Repo's image-2b9c48

131. The Noonification: Is The Rise of Runes a New Era for Bitcoin? (6/14/2024)

Learn Repo's image-73a9b8

6/14/2024: Top 5 stories on the HackerNoon homepage!

132. Django vs. Laravel: A Beginners Guide

Learn Repo's image-9498d

Django is a straightforward option to pick up and offers a backend customized according to the users' needs.

Thank you for checking out the 132 most read blog posts about Django on HackerNoon.

Visit the /Learn Repo to find the most read blog posts about any technology.


文章来源: https://hackernoon.com/132-blog-posts-to-learn-about-django?source=rss
如有侵权请联系:admin#unsafe.sh