This projects aims to provide a portable Django app for browsing code repositories.
DVCSs are the first target backends - Mercurial, Git, and Bazaar - but I'd like to have Subversion and CVS at some point as well.
- Put the directory containing the
repo_browser
package on your Python path, or symlink it intosite-packages/
- Make sure you have
base.html
template which exposes astyles
block, ascripts
block, and acontent
block. - Symlink
media/repo_browser.css
andmedia/repo_browser.js
to yourMEDIA_ROOT
- Add
url(r'^repos/', include('repo_browser.urls')),
to yoururls.py