Mercurial > hg-website
diff hgscm/apps/www/views.py @ 182:307dd774a9b6
who_uses: Initial commit of the "who uses mercurial" page
author | David Soria Parra <dsp@php.net> |
---|---|
date | Mon, 25 May 2009 21:00:58 +0200 |
parents | d4b03ef491f2 |
children | c1c9a4f809ba |
line wrap: on
line diff
--- a/hgscm/apps/www/views.py Sun May 24 18:59:20 2009 +0200 +++ b/hgscm/apps/www/views.py Mon May 25 21:00:58 2009 +0200 @@ -12,6 +12,9 @@ def about(request): return render_to_response("about.html", { }, RequestContext(request)) +def who_uses(request): + return render_to_response("who_uses.html", { }, + RequestContext(request)) def workflow_guide(request): return render_to_response("workflow_guide.html", { }, RequestContext(request))