Open stuaxo opened 5 years ago
which ceery version are you using with django 1.4 < ?
Django is up to date(ish), it's 1.11.1.
But the project layout has settings.py in the root directory, which last seems to have been the default Django 1.4 times.
Celery version is currently 3.1.25. I'm hoping to have more luck in getting celery updated - though in ${current workplace} it's not always quick or straightforward.
you need django-celery package than.
Cheers for the help.
Would be good to fix (or remove) the broken links from the doc widget I posted at the top of this ticket. (try clicking one of the older "archived" links and they go to this page:
What would help me in the case here for upgrading, is if there are any security issues in older versions (unlikely - but then I get an upgrade), or if I can find out something definite about whether support for 3.x is finished / likely to finish soon.
I am moving this to site repo
Some (most) of the ones with broken links so old it wouldn't be too surprising to the user if the links were just removed.
wiing to contribute?
Sure, why not? Any idea what I need to patch?
When I click the docs chooser, some of the links don't work.
I'm working on a project that uses the legacy < 1.4 project layout and I can't really change it, so was trying to see what how celery was when django settings.py lived in the project root.