django-git
django-git copied to clipboard
A simple gitweb replacement built with Django
> Get the code via svn should be > Get the code via git
I had some troubles getting django-git working. I made some changes, and it works great now. Maybe they would be useful for others. Specifically, I... ...fixed the requirements. It appears...
Clean install from git, when navigating to index.html results in this: ``` TemplateSyntaxError at /git/ Caught TemplateDoesNotExist while rendering: base.html Request Method: GET Request URL: http://chrisros.desktop:8000/git/ Django Version: 1.3 Exception...
Method commits was renamed to iter_commits http://packages.python.org/GitPython/0.3.1/changes.html?highlight=a_path#repo, member a_path of diff object was removed http://packages.python.org/GitPython/0.3.1/changes.html?highlight=a_path#diff .