Opened 10 years ago
Closed 10 years ago
#22914 closed Uncategorized (invalid)
Django 1.7 --no-color option conflicts with Celery
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Uncategorized | Version: | 1.7-beta-2 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Trying out Django 1.7
python ./manage.py celeryd
Will fail, complaining about a conflict with --no-color option.
OptionConflictError: option -C/--no-color: conflicting option string(s): --no-color
Given celery's popularity, I imagine this would affect a lot of people.
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
I'd think the solution would be to update celery (e.g. https://github.com/celery/django-celery/pull/320).
comment:3 by , 10 years ago
It appears that's an open pull request, and has yet to be merged.
Opened an issue on their repo:
comment:4 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Forgot to mention this a regression from 1.6