django-jack
django-jack copied to clipboard
Jack and the Beanstalkd. Webapp for basic work queue administration.
I'm trying to set this up in apache with the following config: SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE jack.settings SetEnv PYTHON_EGG_CACHE "/var/cache/mod_python" PythonOption django.root /jack PythonDebug Off PythonPath "['/usr/lib/python2.6/site-packages/jack', '/usr/lib/python2.6/site-packages/django',...
help please I get the following error and I don't know how to resolve it. TypeError at /beanstalk/ an integer is required Request Method: GET Request URL: https://beanstalkd.mysite/beanstalk/ Django Version:...
Would you be able to post a short page on how to install django-jack on apache? I ran python setup.py install, and then found the installation in "/usr/local/lib/python2.7/dist-packages/jack" However with...
hi, i m getting this errors: Request Method: GET Request URL: http://dj.dev-server-02.mantis44.com/ Exception Type: ImportError Exception Value: No module named urls Exception Location: /usr/local/lib/python2.6/dist-packages/django/utils/importlib.py in import_module, line 35 Python Executable:...
We use slashes in our tube names and they look like paths. This causes issues with the urls regex for the tube_stats view. I fixed this by adding \/ to...
I tested it in Django 1.1 and 1.3. Here's the error I get: Environment: Request Method: GET Request URL: http://localhost:8000/beanstalk/ Django Version: 1.3 Python Version: 2.6.1 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes',...