aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/settings.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-08 00:40:46 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-08 00:40:46 -0800
commit9077a48cf9aeb06ddd751cfa7497fd636ed489a6 (patch)
treed2e946818d743c9c5b72883d60a208b07c9f7710 /bn_django/settings.py
parentb88372f0327976c31e6b508b26729bab60743f82 (diff)
downloadbnewnet-9077a48cf9aeb06ddd751cfa7497fd636ed489a6.tar.gz
bnewnet-9077a48cf9aeb06ddd751cfa7497fd636ed489a6.zip
first work on git_browser app
for now just returns raw text from shell commands also tries to track repositories... but UI for selecting FilePathFields sucks so have to chose slugs manually for now... i think django support for this will come soon so i'm not bothering.
Diffstat (limited to 'bn_django/settings.py')
-rw-r--r--bn_django/settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bn_django/settings.py b/bn_django/settings.py
index e8ee891..9c26c1a 100644
--- a/bn_django/settings.py
+++ b/bn_django/settings.py
@@ -81,4 +81,7 @@ INSTALLED_APPS = (
'django.contrib.flatpages',
'bn_django.photos',
'bn_django.git_wiki',
+ 'bn_django.git_browse',
)
+
+GITBROWSE_BASE = '/home/bnewbold/bn-project/code'