I installed the latest job-runner via pip as described in the tutorial.
When accessing /admin I get an error:
TemplateSyntaxError at /admin/
'firstof' is not a valid tag or filter in tag library 'future'
full stacktrace available here http://dpaste.com/hold/1518704/
Cause: The latest version of grappelli breaks compatibility with django 1.4
I was able to fix is by downgrading grappelli to version 2.4.8.
I installed the latest job-runner via pip as described in the tutorial.
When accessing /admin I get an error:
TemplateSyntaxError at /admin/
'firstof' is not a valid tag or filter in tag library 'future'
full stacktrace available here http://dpaste.com/hold/1518704/
Cause: The latest version of grappelli breaks compatibility with django 1.4
I was able to fix is by downgrading grappelli to version 2.4.8.