django-q VS django-webpack-loader

Compare django-q vs django-webpack-loader and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
django-q django-webpack-loader
8 10
1,791 2,491
- -0.2%
0.0 7.9
about 2 months ago 27 days ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

django-q

Posts with mentions or reviews of django-q. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-30.
  • Background jobs with Django
    4 projects | /r/django | 30 May 2023
    Other options are DjangoQ and Huey, which tend to work ok. Of the two I prefer DjangoQ. Database backed, don't require the Redis/Celery rigmarole.
  • Why are Notifications so much work to do in Django?
    5 projects | /r/django | 8 Jan 2023
    If you want a "simple" solution for sending email, the simplest that will likely last you the longest is using DjangoQ to create a background task that looks for model records that have not been emailed. Then use Sendgrid with an email backend to send them. You can use a library that already provides a Sendgrid email backend as well.
  • Simple Task Queue system that works with Django 4 / Python 3.9?
    5 projects | /r/django | 16 Aug 2022
  • celery and call_command
    1 project | /r/django | 26 Jul 2022
    Take a look at Django-Q I was using it before moving to celery. Seems great just wanted experience with celery. Much simpler to get setup. Even use Django admin to schedule your tasks. Other option is a management command thats called using the full path of the python virtual env from a cron entry.
  • New DigitalOcean Pricing
    1 project | news.ycombinator.com | 17 May 2022
    App Platform is a great concept, but we hit a dealbreaking road block when trying to migrate some Python apps with job queues. Their runtime (gVisor) doesn't support semaphore locks, which is used by Pythons multiprocessing and in turn used by most job runners (we discovered it with django-q, but I think most, if not all of them including Celery, rely on this, see link below).

    The build times for Dockerfiles are also atricious… our build failed after 40 minutes by running out of memory and the multi-stage Dockerfile really wasn't anything special. We would have just used the images hosted on Github Container Registry, but App Platform only supports a limited range of Docker registries too. Note: the images build in 3 minutes on Github Actions.

    As far as I can see it is also not possible to add any block storage too. While I mostly work on projects that use object storage anyway, SOME things just need persistent block storage. Which is annoying, since DigitalOcean HAS block storage… just not for App Platform.

    I really wanted to use it, but man they make it hard.

    https://github.com/Koed00/django-q/issues/522#issuecomment-1...

  • Database backed task queue recommendations?
    1 project | /r/django | 14 Apr 2022
    I use Django Q with ORM broker. Store tasks in db and retry if failed. You can also view/manage your queue in Django admin if you use ORM as broker (https://django-q.readthedocs.io/en/latest/brokers.html#django-orm).
  • what are 3 django packages everyone should know about?
    31 projects | /r/django | 7 Dec 2021
    django-q - Light weight task queue. When celery is too much over head.
  • Whats the best Task Queue/Scheduler that could run my API calls in the background?
    1 project | /r/django | 7 Aug 2021
    Check out https://github.com/Koed00/django-q

django-webpack-loader

Posts with mentions or reviews of django-webpack-loader. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-05.
  • Django with React
    2 projects | /r/django | 5 Sep 2022
  • what are 3 django packages everyone should know about?
    31 projects | /r/django | 7 Dec 2021
    Django Webpack Loader
  • Django and webpack
    2 projects | /r/django | 5 Aug 2021
    Check out https://github.com/django-webpack/django-webpack-loader
  • How can i get out of the frontend approach choice hell?
    1 project | /r/webdev | 2 Jul 2021
    About one month ago i started having a lot of doubts on my frontend. At first, instead of decoupling frontend from backend, i decided to use a library called django-webpack-loader that lets me serve webpack from Django templates, so i created a Vue app and served it from Django (i used a simple index.html view). So at this point i basically have a SPA that instead of being decoupled from Django, it's served by Django.
  • SPA With Django
    2 projects | /r/django | 15 May 2021
    You can do this with Django and nothing else easily or you can use a third party library called Django-Webpack-Loader.
  • Prelaunch: Definite Guide to Django and Webpack
    1 project | /r/django | 11 Feb 2021
  • Vuejs with django
    1 project | /r/django | 10 Feb 2021
    In addition to what's already been said (completely separate frontend & backend; or do a CDN include), I've worked in a codebase that uses django-webpack-loader.
  • Any good tutorials on pairing Vue with Django?
    1 project | /r/django | 6 Feb 2021
  • How do you add reactivity to Django templates?
    4 projects | /r/django | 6 Feb 2021
  • Show HN: Django and React SaaS boilerplate tutorial
    10 projects | news.ycombinator.com | 23 Dec 2020
    The biggest challenge to using Django with React IMO is getting the right blend of isomorphic rendering down. I don't want to go full SPA with Django as this defeats the purpose of Django IMO. Most parts of the site I want server-rendered, while in stateful parts I want React. So, let's say I have a site with 20 different React "apps" (i.e. stateful components) that I want to distribute amongst my various Django sections (Django "Apps" within the same project). And I want to do that with one webpackconfig. How do I tell my webpack where to put all those react bundles? The answer I've found is django-webpack-loader[1], however as you can see in the Issues section, one of the biggest limitations here is the inability to chunk React (and other issues).

    Does anyone have a solution they like for this kind of isomporphic Django problem?

    1. https://github.com/owais/django-webpack-loader

What are some alternatives?

When comparing django-q and django-webpack-loader you can also consider the following projects:

django-db-queue - Simple database-backed job queue

whitenoise - Radically simplified static file serving for Python web apps

django-rq - A simple app that provides django integration for RQ (Redis Queue)

django-compressor - Compresses linked and inline javascript or CSS into a single cached file.

django-jazzmin - Jazzy theme for Django

django-manifest-loader - Simplifies webpack configuration with Django

django-post_office - A Django app that allows you to send email asynchronously in Django. Supports HTML email, database backed templates and logging.

cookiecutter-react-django - From hello world to Heroku deployment, using separated Front and Back Ends

Next.js - The React Framework

dramatiq - A fast and reliable background task processing library for Python 3.

django-sockpuppet - Build reactive applications with the django tooling you already know and love.