Created
September 11, 2010 23:25
-
-
Save igorsobreira/575671 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.shortcuts import render_to_response | |
def myview(request): | |
... | |
return render_to_response('template.html', {'foo': ['one', 'two']}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment