SHARE
TWEET
Untitled
a guest
Jan 1st, 2013
19
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- # VIEW
- def index(request):
- req = [str(x)+" : "+str(request.META.get(x)) for x in iter(request.META)] # A LIST OF STRINGS
- return render_to_response(
- 'posts/index.html',
- { 'req' : req }
- )
- # TEMPLATE
- {% for param in req %}
- <p>{{ param }}</p>
- {% endfor %}
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
