diff options
author | eliott <eliott@cactuswax.net> | 2007-12-29 18:25:03 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-29 18:25:03 -0800 |
commit | cdf2c11aebbe23627e18ac5243d972ba8cdb9931 (patch) | |
tree | 8f5d4b3e16e5e8231bd1643f9c3b134baa58cbfb /settings.py | |
parent | 706152de89a8c64ebbfb6d91bcafe7a8616f4cef (diff) |
Removed public app
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 8f170b6c..3e89a009 100644 --- a/settings.py +++ b/settings.py @@ -85,7 +85,6 @@ INSTALLED_APPS = ( 'django.contrib.admin', 'archweb_dev.news', 'archweb_dev.packages', - 'archweb_dev.public', 'archweb_dev.todolists', 'archweb_dev.devel', 'archweb_dev.wiki' |