Mercurial > hg-website
diff hgscm/apps/www/urls.py @ 45:7276388fc71b
about: integrate about page in django version
author | David Soria Parra <dsp@php.net> |
---|---|
date | Tue, 17 Feb 2009 12:54:07 +0100 |
parents | b3d9cbb33d54 |
children | 57ece5687f92 |
line wrap: on
line diff
--- a/hgscm/apps/www/urls.py Mon Feb 16 12:14:57 2009 +0100 +++ b/hgscm/apps/www/urls.py Tue Feb 17 12:54:07 2009 +0100 @@ -2,4 +2,5 @@ urlpatterns = patterns('hgscm.apps.www.views', url(r'^$', 'frontpage', name='frontpage'), -) \ No newline at end of file + url(r'^about$', 'about', name='about'), +)