Skip to content

Commit

Permalink
Ch05: Tag Detail: create view skeleton.
Browse files Browse the repository at this point in the history
  • Loading branch information
jambonrose committed Jul 30, 2015
1 parent 614a996 commit f0d1985
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions organizer/views.py
Expand Up @@ -11,3 +11,7 @@ def homepage(request):
context = Context({'tag_list': tag_list})
output = template.render(context)
return HttpResponse(output)


def tag_detail(request):
return HttpResponse()

0 comments on commit f0d1985

Please sign in to comment.