Robert Flaugher

Results 4 comments of Robert Flaugher

Dmitry, thanks for your prompt response. This is how I start Celery on my Mac. First I'll change to the top-level Django project directory "/www/myproj". Then I'll run the following...

As /www/proj is the Django project's top-level directory, it shouldn't change when Celery is running. It only contains the project's Python and Django packages, modules, and configuration files. Any files...

What's peculiar to me is that this doesn't happen all of the time and so I wonder if it's some timing issue. It feels like Celery is looking for some...

For what it's worth, I'm also experiencing this error in the course of upgrading from Django 1.8.4 to 1.11.21. I'm getting it for the variables "media," "title," and "charset" in...