Commit 4afe11f3 by John Jarvis

adding carriage return

parent 6d425c3d
......@@ -7,4 +7,4 @@ class Command(BaseCommand):
def handle(self, *args, **options):
l = GeneratedCertificate.objects.filter( download_url = None ).values()
sl = [{'user_id':x['user_id'], 'name':x['name']} for x in l]
sys.stdout.write(simplejson.dumps(sl))
sys.stdout.write(simplejson.dumps(sl) + "\n")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment