django-carrot
django-carrot copied to clipboard
A lightweight task queue for Django using RabbitMQ
**Is it possible to upgrade the installation for sphinx_bootstrap_theme to the newest version? I would love to use carrot for my Django + Heroku deployment. Thanks!!** [setuptools deprecation of use_2to3](https://setuptools.pypa.io/en/latest/history.html#id394)...
Hi, I'm already publishing and consuming tasks using django-carrot, it saves to db, but nothing shows in the monitor, what could be ? Thank you
When using Carrot 1.4.0 there is an outstanding migration that needs to be created for the column `task_name` in `scheduledtask`. With the removal of not null constraints the field requires...
So when I run python manage.py carrot to try and debug django-carrot on a Windows 10 Pro machine with Django 3.1, I get the following error: ```Local Settings Applied Traceback...
Hello, I followed the instructions on the readme, but I'm running into an issue The commands I've ran: `python manage.py carrot_daemon start` or `python manage.py carrot` Traceback: ``` Traceback (most...
Forgive the possible stupid question but how would I go about integrating carrot into my Django, more specifically my Django Rest Framework, deployment. I have not been able to find...
I'm experiencing a similar issue as in #74 but without docker in the mix. When I run `python manage.py carrot --logfile carrot.log` the command fails after about 20 seconds with...
Django 2.2 is the current LTS. You've set the Django version to 1.9+, maybe have a final version that will support 1.9-1.11 with no future enhancements and a new version...
most links in the left sidebar don't work
Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.3.9 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...