diff options
Diffstat (limited to 'bn_django/git_wiki')
-rw-r--r-- | bn_django/git_wiki/settings.py.example (renamed from bn_django/git_wiki/settings.py) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bn_django/git_wiki/settings.py b/bn_django/git_wiki/settings.py.example index 965ac26..8257277 100644 --- a/bn_django/git_wiki/settings.py +++ b/bn_django/git_wiki/settings.py.example @@ -3,6 +3,9 @@ # the repositories) GITWIKI_BASE = '/home/bnewbold/knowledge/' +EQU_FOLDER = '/home/bnewbold/bn-project/static/latex2png/' +EQU_PREFIX = '/static/latex2png/' + # leave this blank (NO WHITE SPACE) unless you're using a bare repo GITWIKI_NAME = '' |