This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Chris Heisel (author)
Sat Jun 13 09:24:53 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Apr 16 12:29:45 -0700 2009 | |
| |
LICENSE | Thu Apr 16 12:30:56 -0700 2009 | |
| |
README | Sat Jun 13 09:23:42 -0700 2009 | |
| |
TODO.txt | Sat Jun 13 09:23:42 -0700 2009 | |
| |
bootstrap.py | Thu Apr 16 12:30:56 -0700 2009 | |
| |
buildout.cfg | Thu Apr 16 12:37:38 -0700 2009 | |
| |
setup.py | Sat Jun 13 09:23:42 -0700 2009 | |
| |
src/ | Sat Jun 13 09:24:53 -0700 2009 |
README
django-baseboard ================ Dashboards that contain summaries of projects in Basecamp. Depends on the basecampreporting, simplejson and feedparser libraries. Changes in 0.3 --------------- * Better error handling and reporting for the management commands/cron jobs * Projects are no longer required to have an RSS feed foreign key (bugfix from 0.2) Changes in 0.2 --------------- * Project.project_url returns the Basecamp project's homepage URL (because Project.basecamp_url can be any valid URL within a project entered by a user) * baseboard.helpers.update_summaries takes and honors a network timeout argument (defaults to 20 seconds) * Projects now have RSSFeed foreign keys -- suitable for displaying a Trac change log or a project blog, etc. Changes in 0.1 --------------- * Initial release







