summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-10-10 18:04:41 -0400
committerDusty Phillips <buchuki@gmail.com>2008-10-10 18:04:41 -0400
commit5e68129b0f30e45f03e5970526d02df40279466b (patch)
treefe25aef6f6f1a6eddbdb0a631ec71587e5870ea3 /settings.py
parent82edf2d07b5c8d9122fca2a6901df81fb510be5b (diff)
downloadarchweb-5e68129b0f30e45f03e5970526d02df40279466b.tar.gz
archweb-5e68129b0f30e45f03e5970526d02df40279466b.zip
drop wiki app
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 5f9d082b..082bf43e 100644
--- a/settings.py
+++ b/settings.py
@@ -87,7 +87,6 @@ INSTALLED_APPS = (
'archweb_dev.packages',
'archweb_dev.todolists',
'archweb_dev.devel',
- 'archweb_dev.wiki'
)
# vim: set ts=4 sw=4 et: