From 59d3c4b1cf183a2772c7337fbb27543aa4046e01 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Tue, 26 May 2015 18:39:19 +0530 Subject: Added sitemap --- PythonTBC/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'PythonTBC/settings.py') diff --git a/PythonTBC/settings.py b/PythonTBC/settings.py index 0f056d3..2849625 100644 --- a/PythonTBC/settings.py +++ b/PythonTBC/settings.py @@ -131,6 +131,7 @@ INSTALLED_APPS = ( 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', + 'django.contrib.sitemaps', # Uncomment the next line to enable the admin: 'django.contrib.admin', # Uncomment the next line to enable admin documentation: -- cgit