codehosting - 1.6
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.
Correct URL generation in sitemap.xml and atom lists.
Latest release: Sat May 19 08:57:16 2007
Changelog
- codehosting/models.py (Project.get_absolute_url): Do not include the domain in the URL, since apparently both Sitemaps and Feeds include that part automatically.