codehosting - 1.2.1

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.

Fix url generation.

Latest release: Sun Dec 31 18:49:00 2006

Changelog

Bug fixes for release 1.2.

  • templates/project_release_history.html: Include absolute url in template.
  • models.py: Make the absolute url actually absolute.

System Message: WARNING/2 (<string>, line 6)

Bullet list ends without a blank line; unexpected unindent.

(Project.get_absolute_url): Remove extra slash.

  • feeds.py: Use get_absolute_url() where appropriate.
Bookmark and Share