codehosting - 1.11
Django app for hosting code projects
This django application is intended to assist developers who want to host releases of their own projects, instead of relying on SourceForge. Using the django admin interface, one creates "projects" and "releases" of those projects. Projects may consist of source/binary releases, or may refer to an externally hosted site for web services where code is not released.
Update to be compatible with django svn trunk.
Latest release: Sun Dec 16 15:48:29 2007
Changelog
2007-12-16 Doug Hellmann
- setup.py.in: Use the new Framework::Django tag.
2007-10-27 Doug Hellmann
- codehosting/templatetags/codehosting_tags.py (release_history): Let the admin configure the amount of history to show.