Skip to content

Commit

Permalink
Add a test view
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Aug 1, 2012
1 parent ddac909 commit f673382
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/project/views.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from django.http import HttpResponse

def home(request):
return HttpResponse(request.method)

0 comments on commit f673382

Please sign in to comment.