diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-03-21 09:40:24 -0700 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-03-21 09:40:24 -0700 |
commit | 2d21507c63b0a37fbfc36fbbe2d33f85190b61e8 (patch) | |
tree | 306ad0d0bdecc1380e65486814a72a823b0323ed /bn_django/git_wiki | |
parent | 2cf5563fd13c8ffee0fad3146953396222d647a0 (diff) | |
download | bnewnet-2d21507c63b0a37fbfc36fbbe2d33f85190b61e8.tar.gz bnewnet-2d21507c63b0a37fbfc36fbbe2d33f85190b61e8.zip |
FINALLY fixed settings problem cross server
By having settings.py.example files the content is pushed and bundled with releases. On dev platform i'll symlink settings.py to these files, on other platforms have seperate settings.py
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 = '' |