diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2009-11-29 20:28:58 -0500 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2009-11-29 20:28:58 -0500 |
commit | 5a21a8e9ce7a6e86433929118beab4fc650efc01 (patch) | |
tree | 7d32dd062ca41c3a50578a25c93fa1130f9c93c6 | |
parent | 09d85ed3d3e4911f8aa2baf01fbc2d5f5b64f1bd (diff) | |
download | bnewnet-5a21a8e9ce7a6e86433929118beab4fc650efc01.tar.gz bnewnet-5a21a8e9ce7a6e86433929118beab4fc650efc01.zip |
no longer use git_browse (moved to gitit)
-rw-r--r-- | bn_django/settings.py.example | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bn_django/settings.py.example b/bn_django/settings.py.example index 5a44c81..c16b9c8 100644 --- a/bn_django/settings.py.example +++ b/bn_django/settings.py.example @@ -84,7 +84,6 @@ INSTALLED_APPS = ( 'django.contrib.comments', 'bn_django.photos', 'bn_django.git_wiki', - 'bn_django.git_browse', 'bn_django.journal', ) |