add more files

This commit is contained in:
j 2009-10-09 15:58:38 +02:00
commit ac65635b69
10 changed files with 521 additions and 1 deletions

View file

@ -5,7 +5,6 @@ from django.http import HttpResponse
from django.utils import simplejson
from django.conf import settings
def render_to_json_response(dictionary, content_type="text/json"):
indent=None
if settings.DEBUG: