summaryrefslogtreecommitdiffstats
path: root/bn_django/git_browse/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/git_browse/settings.py')
-rw-r--r--bn_django/git_browse/settings.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/bn_django/git_browse/settings.py b/bn_django/git_browse/settings.py
new file mode 100644
index 0000000..a18018b
--- /dev/null
+++ b/bn_django/git_browse/settings.py
@@ -0,0 +1,7 @@
+
+# full path to directory holding all the git repositories (or sys links to
+# the repositories)
+GITBROWSE_BASE = '/home/bnewbold/bn-project/'
+
+# fill path to the git command
+GITCOMMAND = '/usr/local/bin/git'