codehosting - 1.3

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.

Fixes packaging to include non-Python files (templates, images, css, etc.). Thanks go to Roland Hedberg for pointing out the problem.

Latest release: Sun Mar 4 09:56:57 2007

Changelog

  • codehosting/static/css/codehosting.css: Move CSS file here from

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

Bullet list ends without a blank line; unexpected unindent.

another part of the SVN repository so it can be distributed as an example.

  • setup.py.in: Add package_data, even though it isn't used for

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

Bullet list ends without a blank line; unexpected unindent.

sdist target yet. See the thread at http://www.mail-archive.com/distutils-sig@python.org/msg02794.html for more details.

  • MANIFEST.in: Since adding package_data in setup.py does not work

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

Bullet list ends without a blank line; unexpected unindent.

for source distributions, use a MANIFEST file.

  • Makefile (clean): Add a clean target.
Bookmark and Share