Skip to content

dewap/django-repo-browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

About django-repo-browser

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.

Installation

  1. Put the directory containing the repo_browser package on your Python path, or symlink it into site-packages/
  2. Make sure you have base.html template which exposes a styles block, a scripts block, and a content block.
  3. Symlink media/repo_browser.css and media/repo_browser.js to your MEDIA_ROOT
  4. Add url(r'^repos/', include('repo_browser.urls')), to your urls.py

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.2%
  • CSS 15.2%
  • HTML 11.6%