diff options
author | Ismael Carnales <icarnales@gmail.com> | 2009-10-30 19:36:42 -0200 |
---|---|---|
committer | Ismael Carnales <icarnales@gmail.com> | 2009-11-09 22:24:45 -0200 |
commit | c1a197d29a692b7066ad12026f4bb9e92172f6b4 (patch) | |
tree | 7478f1c2a6f90c5d42c04ab5dd6f40c7cc9521d6 /settings.py | |
parent | 19f0a3fb57e53977d1f2017033f0714a8cfc8779 (diff) |
added sitemaps from archweb_pub
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 e94f3505..d97c7857 100644 --- a/settings.py +++ b/settings.py @@ -69,6 +69,7 @@ INSTALLED_APPS = ( 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', + 'django.contrib.sitemaps', 'django.contrib.admin', 'archweb.main', # contains shared models and libs 'archweb.news', |