diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-10-10 18:04:41 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-10-10 18:04:41 -0400 |
commit | 5e68129b0f30e45f03e5970526d02df40279466b (patch) | |
tree | fe25aef6f6f1a6eddbdb0a631ec71587e5870ea3 | |
parent | 82edf2d07b5c8d9122fca2a6901df81fb510be5b (diff) |
drop wiki app
-rw-r--r-- | settings.py | 1 |
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: |