summaryrefslogtreecommitdiffstats
path: root/bn_django/settings.py
diff options
context:
space:
mode:
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'