diff options
author | Ismael Carnales <icarnales@gmail.com> | 2009-10-30 17:39:11 -0200 |
---|---|---|
committer | Ismael Carnales <icarnales@gmail.com> | 2009-11-09 22:24:40 -0200 |
commit | 7cd5c1f5a6dacd1aeab1a9a30e9af79e7e294482 (patch) | |
tree | 703714c909d388483a02a80073e73439757819a9 /settings.py | |
parent | 90f93c09a8f877525dd447146981d58acfee96dd (diff) |
added public app
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py index dbc72cd2..e94f3505 100644 --- a/settings.py +++ b/settings.py @@ -75,6 +75,7 @@ INSTALLED_APPS = ( 'archweb.packages', 'archweb.todolists', 'archweb.devel', + 'archweb.public', ) # vim: set ts=4 sw=4 et: |