Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrations fail #44

Open
iragm opened this issue Nov 19, 2020 · 3 comments
Open

Migrations fail #44

iragm opened this issue Nov 19, 2020 · 3 comments

Comments

@iragm
Copy link

iragm commented Nov 19, 2020

pip3 install django-recommends
pip3 install celery
python3 manage.py makemigrations
ImportError raised when trying to load 'recommends.templatetags.recommends': No module named 'celery.task'

Looks like this is deprecated: celery/celery#6406

@TareqMonwer
Copy link

I'm also facing the same issue. Is there any solution available for this issue?

fcurella added a commit that referenced this issue Feb 16, 2021
@fcurella
Copy link
Owner

I've started a PR to replace the import and upgrade the celery requirement.

One issue I need to figure out is how to set up the periodic task, since I don't have access to the user's Celery app. Maybe we just need to document it and have the users set up the schedule manually.

@TareqMonwer
Copy link

I don't have any other idea as well. It can be a bit of a setup for newcomers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants