sethtrain / django-git

A simple gitweb replacement built with Django

This URL has Read+Write access

sethtrain (author)
Tue Jul 07 07:45:09 -0700 2009
commit  b2c723bf4580ad62d1027b5701c8bd50dd325998
tree    03dbfa7aa1c2002fd4f753e935360832f0cfc310
parent  81d3cbc6bc9791c2be9d1ffe2f6bbc3b2b18c622
django-git / INSTALL.txt
100644 10 lines (7 sloc) 0.352 kb
1
2
3
4
5
6
7
8
9
10
Thanks for downloading django-git.
 
To install it, run the following command inside this directory:
 
    python setup.py install
 
Or if you'd prefer you can simply place the included ``django_git``
directory somewhere on your Python path, or symlink to it from
somewhere on your Python path; this is useful if you're working from a
Subversion checkout.