diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-12-09 19:57:25 -0500 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-12-09 20:02:12 -0500 |
commit | 5841b2c222f6cca42ba793d5360f8ab704c61adc (patch) | |
tree | ba9975b0e22fa02c97608f030395b4c26c31e972 /settings.py | |
parent | 368c62b96a13d4fc340c67bbfc4048e227269070 (diff) | |
download | askbot-5841b2c222f6cca42ba793d5360f8ab704c61adc.tar.gz askbot-5841b2c222f6cca42ba793d5360f8ab704c61adc.tar.bz2 askbot-5841b2c222f6cca42ba793d5360f8ab704c61adc.zip |
added sitemap at /sitemap.xml and fixed per tag subscription (hopefully)
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 a32b2303..6310ce41 100644 --- a/settings.py +++ b/settings.py @@ -59,6 +59,7 @@ INSTALLED_APPS = ( 'django.contrib.sites', 'django.contrib.admin', 'django.contrib.humanize', + 'django.contrib.sitemaps', 'forum', 'django_authopenid', 'djangosphinx', |