Closed
Bug 797886
Opened 13 years ago
Closed 13 years ago
Fix clean_redis cron
Categories
(Marketplace Graveyard :: Admin Tools, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2012-10-04
People
(Reporter: clouserw, Assigned: wraithan)
Details
the clean_redis management job is failing with:
> Traceback (most recent call last):
> File "manage.py", line 36, in <module>
> from django.core.management import (call_command, execute_manager,
> ImportError: No module named django.core.management
The job lives in apps/amo/management/commands/clean_redis.py
I'm assuming this is a wraithan bug since it's redis related, sorry if it's not your fault. :)
| Assignee | ||
Comment 1•13 years ago
|
||
https://github.com/mozilla/zamboni/commit/a3a0eb8
it was running outside of the virtualenv context due to how execl works.
| Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•