From 3a9ebfb9ddb3f95f1b11fc3f4de3c02b89c41c4f Mon Sep 17 00:00:00 2001 From: Sanj Date: Sun, 28 Aug 2011 18:13:57 +0530 Subject: [PATCH] oops, set JSON_DEBUG=DEBUG in settings and overlaps function now works. --- gazetteer/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gazetteer/settings.py b/gazetteer/settings.py index 7f2096d..8b46df8 100644 --- a/gazetteer/settings.py +++ b/gazetteer/settings.py @@ -4,6 +4,8 @@ from os.path import join DEBUG = True TEMPLATE_DEBUG = DEBUG + +JSON_DEBUG = DEBUG # DATA_DIR = '/home/sanj/c/gazetteer/data' ADMINS = ( # ('Your Name', 'your_email@domain.com'),