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_browse/settings.py.example | |
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_browse/settings.py.example')
-rw-r--r-- | bn_django/git_browse/settings.py.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bn_django/git_browse/settings.py.example b/bn_django/git_browse/settings.py.example new file mode 100644 index 0000000..87b957d --- /dev/null +++ b/bn_django/git_browse/settings.py.example @@ -0,0 +1,2 @@ +# fill path to the git command +GITCOMMAND = '/usr/local/bin/git' |