daily pastebin goal
63%
SHARE
TWEET

Untitled

a guest Jul 26th, 2012 14 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. from django.http import HttpResponse
  2. import datetime
  3.  
  4. def hello(request):
  5.         return HttpResponse("Hello world")
  6.  
  7. def current_datetime(request):
  8.         now = datetime.datetime.now()
  9.         html = "<html><body>Sey4as %s.</body></html>" % now
  10.         return HttpResponse(html)
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top