diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-03-07 02:00:30 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-03-07 02:00:30 -0800 |
commit | a715e7988aa7e7f5136b7e98dad7d0f8fb389954 (patch) | |
tree | f3ee7a09b07a7a91a741e8c84d304cc7a0f91a4e /bn_django/git_browse | |
parent | a62acac56d61c592b0625a88f0a6977d33c0f1dc (diff) | |
download | bnewnet-a715e7988aa7e7f5136b7e98dad7d0f8fb389954.tar.gz bnewnet-a715e7988aa7e7f5136b7e98dad7d0f8fb389954.zip |
again, changes for production, including static relocation
Diffstat (limited to 'bn_django/git_browse')
-rw-r--r-- | bn_django/git_browse/settings.py | 2 | ||||
-rw-r--r-- | bn_django/git_browse/templates/git_browse/base.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bn_django/git_browse/settings.py b/bn_django/git_browse/settings.py index 87b957d..8e63667 100644 --- a/bn_django/git_browse/settings.py +++ b/bn_django/git_browse/settings.py @@ -1,2 +1,2 @@ # fill path to the git command -GITCOMMAND = '/usr/local/bin/git' +GITCOMMAND = '/usr/bin/git' diff --git a/bn_django/git_browse/templates/git_browse/base.html b/bn_django/git_browse/templates/git_browse/base.html index 848a06b..611d11d 100644 --- a/bn_django/git_browse/templates/git_browse/base.html +++ b/bn_django/git_browse/templates/git_browse/base.html @@ -2,7 +2,7 @@ {% block stylesheets %} {{ block.super }} -<link rel="STYLESHEET" type="text/css" href="/style/git_browse.css" /> +<link rel="STYLESHEET" type="text/css" href="/static/style/git_browse.css" /> {% endblock %} {% block path %} |