django-celery

Old Celery integration project for Django (by celery)

Django-celery Alternatives

Similar projects and alternatives to django-celery

  1. django-rest-framework

    Web APIs for Django. 🎸

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. MySQL

    MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.

  4. ara

    82 django-celery VS ara

    ARA Records Ansible and makes it easier to understand and troubleshoot.

  5. Keras

    87 django-celery VS Keras

    Deep Learning for humans

  6. django-ninja

    💨 Fast, Async-ready, Openapi, type hints based framework for building APIs

  7. Ray

    47 django-celery VS Ray

    Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.

  8. django-allauth

    Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. SaltStack

    Software to automate the management and configuration of infrastructure and applications at scale.

  11. django-silk

    Silky smooth profiling for Django

  12. django-channels

    Developer-friendly asynchrony for Django

  13. django-oscar

    Domain-driven e-commerce for Django

  14. skeema

    Declarative pure-SQL schema management for MySQL and MariaDB

  15. celery-progress

    Drop in, configurable, dependency-free progress bars for your Django/Celery applications.

  16. django-cms

    The easy-to-use and developer-friendly enterprise CMS powered by Django

  17. django-celery-beat

    Celery Periodic Tasks backed by the Django ORM

  18. django-sql-explorer

    SQL reporting that Just Works. Fast, simple, and confusion-free. Write and share queries in a delightful SQL editor, with AI assistance.

  19. orchestra

    Orchestra is a human-in-the-loop AI system for orchestrating project teams of experts and machines. (by b12io)

  20. jasmin

    1 django-celery VS jasmin

    Jasmin - Open source SMS gateway

  21. django-anymail

    Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Postmark, Postal, Resend, SendGrid, SparkPost, Unisender Go and more

  22. django-react-templatetags

    A quick way to add React components to your Django templates.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better django-celery alternative or higher similarity.

django-celery discussion

Log in or Post with

django-celery reviews and mentions

Posts with mentions or reviews of django-celery. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-07-08.
  • Building a SaaS app using Django
    8 projects | dev.to | 8 Jul 2024
    Background tasks, like sending emails, are best handled asynchronously to avoid blocking the main application processes and to improve the overall performance and responsiveness of your application. A popular tool for managing background tasks in Django is Celery.
  • 3% of 666 Python codebases we checked had a silently failing unit test
    20 projects | /r/Python | 15 Feb 2022
    https://github.com/ansible-community/ara/pull/358 https://github.com/b12io/orchestra/pull/830 https://github.com/batiste/django-page-cms/pull/210 https://github.com/carpentries/amy/pull/2130 https://github.com/celery/django-celery/pull/612 https://github.com/django-cms/django-cms/pull/7241 https://github.com/django-oscar/django-oscar/pull/3867 https://github.com/esrg-knights/Squire/pull/253https://github.com/Frojd/django-react-templatetags/pull/64 https://github.com/groveco/django-sql-explorer/pull/474 https://github.com/jazzband/django-silk/pull/550 https://github.com/keras-team/keras/pull/16073 https://github.com/ministryofjustice/cla_backend/pull/773 https://github.com/nitely/Spirit/pull/306 https://github.com/python/pythondotorg/pull/1987 https://github.com/rapidpro/rapidpro/pull/1610 https://github.com/ray-project/ray/pull/22396 https://github.com/saltstack/salt/pull/61647 https://github.com/Swiss-Polar-Institute/project-application/pull/483 https://github.com/UEWBot/dipvis/pull/216
  • Database character sets and collations explained – why utf8 is not UTF-8
    3 projects | news.ycombinator.com | 5 Jan 2022
    > they would now need to store max 4N bytes, which (with a high N) can exceed internal limits such as maximum length of an index key.

    Specifically, indexes are limited to 767 bytes (some say 768?), which means 191 utf8mb4 characters. So your otherwise-innocuous VARCHAR(255) primary key breaks. I’ve seen this multiple times, e.g. django-celery probably still has this: https://github.com/celery/django-celery/issues/259.

  • Django API Text Processing?!?
    1 project | /r/django | 16 Feb 2021
    For small projects you'll be fine just doing it in the view. For bigger projects you would want to use a task scheduler like Celery and with django-celery to distribute the workload in the background.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 24 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic django-celery repo stats
4
1,532
0.0
over 2 years ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?