Mercurial > hg-website
diff hgscm/apps/www/urls.py @ 207:c1c9a4f809ba
integrated quick_start and learn_mercurial into the django project (with links).
Only missing parts: A wiki-page for links to learning resources and autodetection of the most current version.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Thu, 02 Jul 2009 15:35:27 +0200 |
parents | 307dd774a9b6 |
children |
line wrap: on
line diff
--- a/hgscm/apps/www/urls.py Thu Jul 02 14:50:04 2009 +0200 +++ b/hgscm/apps/www/urls.py Thu Jul 02 15:35:27 2009 +0200 @@ -4,6 +4,8 @@ url(r'^$', 'frontpage', name='frontpage'), url(r'^about$', 'about', name='about'), url(r'^workflow-guide$', 'workflow_guide', name='workflow_guide'), + url(r'^learn-mercurial$', 'learn_mercurial', name='learn_mercurial'), + url(r'^quick-start$', 'quick_start', name='quick_start'), url(r'^who-uses-mercurial$', 'who_uses', name='who_uses'), url(r'^thepage$', 'thepage', name='thepage'), url(r'^downloads$', 'downloads', name='downloads'),