summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
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: