Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries. Learn more →
Django-db-queue Alternatives
Similar projects and alternatives to django-db-queue
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
django-debug-toolbar
A configurable set of panels that display various debug information about the current request/response.
-
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
-
-
-
-
-
-
-
-
-
-
django-crispy-forms
The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div format while providing an enormous amount of capability to configure and control the rendered HTML.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
django-db-queue discussion
django-db-queue reviews and mentions
-
The definitive guide to using Django with SQLite in production 💡
django-db-queue
- Django Styleguide
-
Show HN: Chard – simple async/await background tasks for Django
I love the simplicity of this idea because for lots of sites the database works just fine as a queue backend and it reduces the amount of infrastructure needed. I currently use https://github.com/dabapps/django-db-queue for devmarks.io which also uses the database to store tasks instead of a dedicated queue infrastructure. `Django Q` also has an option to use the database, but I haven't tested it at all: https://django-q.readthedocs.io/en/latest/configure.html#orm. And if you are already running `redis` for your site, https://github.com/rq/django-rq is another option.
The one benefit of this package is that it is async-first which will be beneficial as Django continually adds in more async capabilities. Nice work! I'm looking forward to trying this out and seeing how it works!
-
Simple Task Queue system that works with Django 4 / Python 3.9?
https://github.com/rq/django-rq if you already have redis available or https://github.com/dabapps/django-db-queue for something even simpler. I’ve used both and vastly prefer them over celery.
-
Dealing with tasks that take longer than 30 seconds on Heroku
Check out https://github.com/dabapps/django-db-queue for example.
-
what are 3 django packages everyone should know about?
django-db-queue: queue without needing redis, celery, etc.
-
A note from our sponsor - Nutrient
www.nutrient.io | 15 Mar 2025
Stats
dabapps/django-db-queue is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.
The primary programming language of django-db-queue is Python.
Popular Comparisons
- django-db-queue VS django-fsm
- django-db-queue VS django-q
- django-db-queue VS spinach
- django-db-queue VS django-constance
- django-db-queue VS rapidpro
- django-db-queue VS django-post_office
- django-db-queue VS django-elasticsearch-dsl
- django-db-queue VS django-libsass
- django-db-queue VS django-debugtools
- django-db-queue VS django-rq