StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
Django
ByDjangoDjango

Django

#5in Frameworks
Discussions123
Followers34.8k
OverviewDiscussions123

What is Django?

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Django is a tool in the Frameworks category of a tech stack.

Django Pros & Cons

Pros of Django

  • ✓Rapid development
  • ✓Open source
  • ✓Great community
  • ✓Easy to learn
  • ✓Mvc
  • ✓Beautiful code
  • ✓Elegant
  • ✓Free
  • ✓Great packages
  • ✓Great libraries

Cons of Django

  • ✗Underpowered templating
  • ✗Autoreload restarts whole server
  • ✗Underpowered ORM
  • ✗URL dispatcher ignores HTTP method
  • ✗Internal subcomponents coupling
  • ✗Configuration hell
  • ✗Not nodejs
  • ✗Admin
  • ✗Not as clean and nice documentation like Laravel
  • ✗Python

Django Alternatives & Comparisons

What are some alternatives to Django?

Node.js

Node.js

Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

ASP.NET

ASP.NET

.NET is a developer platform made up of tools, programming languages, and libraries for building many different types of applications.

Laravel

Laravel

It is a web application framework with expressive, elegant syntax. It attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.

Android SDK

Android SDK

Android provides a rich application framework that allows you to build innovative apps and games for mobile devices in a Java language environment.

Spring Boot

Spring Boot

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.

Rails

Rails

Rails is a web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern.

Django Integrations

Python, Flynn, Tastypie, Metamon, Stormpath and 7 more are some of the popular tools that integrate with Django. Here's a list of all 12 tools that integrate with Django.

Python
Python
Flynn
Flynn
Tastypie
Tastypie
Metamon
Metamon
Stormpath
Stormpath
Quantifiedcode
Quantifiedcode
Python
Python
HexoPress
HexoPress
PyCharm
PyCharm
Honeycomb
Honeycomb
Saleor
Saleor
Bugsnag
Bugsnag

Django Discussions

Discover why developers choose Django. Read real-world technical decisions and stack choices from the StackShare community.Showing 4 of 5 discussions.

Zarema Khalilova
Zarema Khalilova

Frontend Team Lead at Uploadcare

Dec 3, 2018

Needs adviceonDjangoDjangoNode.jsNode.jsReactReact

Since 2011 our frontend was in Django monolith. However, in 2016 we decide to separate #Frontend from Django for independent development and created the custom isomorphic app based on Node.js and React. Now we realized that not need all abilities of the server, and it is sufficient to generate a static site. Gatsby is suitable for our purposes. We can generate HTML from markdown and React views very simply. So, we are updating our frontend to Gatsby now, and maybe we will use Netlify for deployment soon. This will speed up the delivery of new features to production.

#StaticSiteGenerators #StaticWebHosting

0 views0
Comments
Pēteris Caune
Pēteris Caune

Sep 21, 2018

Needs adviceonPythonPythonDjangoDjangoPostgreSQLPostgreSQL

Python Django PostgreSQL Bootstrap jQuery

Healthchecks.io is a SaaS cron monitoring service. I needed a tool to monitor my cron jobs. I was not happy with the existing options, so I wrote one. The initial goal was to get to a MVP state, and use it myself. The followup goals were to add functionality and polish the user interface, while keeping the UI and the under the hood stuff as simple and clean as possible.

Python and DJango were obvious choices as I was already familiar with them, and knew that many of Django's built-in features would come handy in this project: ORM, testing infrastructure, user authentication, templates, form handling.

On the UI side, instead of doing the trendy "React JS app talking to API endpoints" thing, I went with the traditional HTML forms, and full page reloads. I was aiming for the max simplicity. Paraphrasing Kevin from The Office, why waste time write lot JS when form submit do trick. The frontend does however use some JS, for example, to support live-updating dashboards.

The backend is also aiming for max simplicity, and I've tried to keep the number of components to the minimum. For example, a message broker or a key-value store could be handy, but so far I'm getting away with storing everything in the Postgres database.

The deployment and hosting setup is also rather primitive by today's standards. uWSGI runs the Django app, with a nginx reverse proxy in front. uWSGI and nginx are run as systemd services on bare metal servers. Traffic is proxied through Cloudflare Load Balancer, which allows for relatively easy rolling code upgrades. I use Fabric for automating server maintenance. I did use Ansible for a while but moved back to Fabric: my Ansible playbooks were slower, and I could not get used to mixing YAML and Jinja templating.

Healthchecks.io tech decisions in one word: KISS. Use boring tools that get the job done.

0 views0
Comments
Dmitry Mukhin
Dmitry Mukhin

Engineer at Uploadcare

Sep 13, 2018

Needs adviceonDjangoDjangoPythonPythonReactReact

Simple controls over complex technologies, as we put it, wouldn't be possible without neat UIs for our user areas including start page, dashboard, settings, and docs.

Initially, there was Django. Back in 2011, considering our Python-centric approach, that was the best choice. Later, we realized we needed to iterate on our website more quickly. And this led us to detaching Django from our front end. That was when we decided to build an SPA.

For building user interfaces, we're currently using React as it provided the fastest rendering back when we were building our toolkit. It’s worth mentioning Uploadcare is not a front-end-focused SPA: we aren’t running at high levels of complexity. If it were, we’d go with Ember.js.

However, there's a chance we will shift to the faster Preact, with its motto of using as little code as possible, and because it makes more use of browser APIs. One of our future tasks for our front end is to configure our Webpack bundler to split up the code for different site sections. For styles, we use PostCSS along with its plugins such as cssnano which minifies all the code.

All that allows us to provide a great user experience and quickly implement changes where they are needed with as little code as possible.

0 views0
Comments
James Cunningham
James Cunningham

Operations Engineer at Sentry

Sep 13, 2018

Needs adviceonDjangoDjangoCeleryCeleryPostgreSQLPostgreSQL

Sentry started as (and remains) an open-source project, growing out of an error logging tool built in 2008. That original build nine years ago was Django and Celery (Python’s asynchronous task codebase), with PostgreSQL as the database and Redis as the power behind Celery.

We displayed a truly shrewd notion of branding even then, giving the project a catchy name that companies the world over remain jealous of to this day: django-db-log. For the longest time, Sentry’s subtitle on GitHub was “A simple Django app, built with love.” A slightly more accurate description probably would have included Starcraft and Soylent alongside love; regardless, this captured what Sentry was all about.

#MessageQueue #InMemoryDatabases

0 views0
Comments
View all 5 discussions

Try It

Visit Website

Adoption

On StackShare

Companies
2.81k
BBCCCD+2807
Developers
35.3k
YBNSTG+35335