aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_wiki/settings.py
blob: bb81610c4a660121e3c696affbabd2c870131237 (plain)
1
2
3
4
5
6
7

# full path to directory holding the wiki repository (or sys links to 
#   the repositories)
GITWIKI_BASE = '/home/bnewbold/knowledge/'

# fill path to the git command
GITCOMMAND = '/usr/local/bin/git'