Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitmodules | Sat Jan 31 20:39:08 -0800 2009 | |
| |
README.textile | Sat Jan 31 21:15:15 -0800 2009 | |
| |
TODO | Sat Jan 31 20:39:08 -0800 2009 | |
| |
ez_setup.py | Sat Jan 31 20:39:08 -0800 2009 | |
| |
fiveruns/ | Fri Feb 06 17:04:46 -0800 2009 | |
| |
setup.py | Sat Jan 31 20:39:08 -0800 2009 |
fiveruns.dash.django package
FiveRuns Dash recipe for Django, packaged as a Django App
- See http://dash.fiveruns.com
Status
This package is currently under active development, and is not ready for production. It is being tested against Django 1.1 (SVN) and manage.py runserver, and has not been tried with WSGI, mod_python, or other production methods.
At this point the package is being released purely as a technical preview (feedback being highly sought).
Installation
Standard installation via setuptools (and ez_setup.py)
You may need to manually install the fiveruns.dash package first.
Configuration
Add fiveruns.dash.django to the end of INSTALLED_APPS in your settings.py:
- …
‘fiveruns.dash.django’
)
Next you must set DASH_TOKEN to a valid application token (provided at http://dash.fiveruns.com):
You may also want to set the log level, at least temporarily, for debugging purposes (by default it is set to logging.WARN):
For additional options, see the Django portions of the Python Language Guide
Requirements
- Django (tested with Django 1.1, from svn; maynot work with previous versions)
- fiveruns.dash package
- Python 2.5+ (though not 3.0 compatible yet).
- python-aspects 1.3+







