Mercurial > public > sg101
diff gpp/urls.py @ 19:aa2b41c5212b
First steps at scratching out a home page. Will need to develop some template tags now to fill it out.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 19 Apr 2009 20:10:00 +0000 |
parents | f408971657b9 |
children | f77a1cdd7a46 |
line wrap: on
line diff
--- a/gpp/urls.py Sun Apr 19 18:36:26 2009 +0000 +++ b/gpp/urls.py Sun Apr 19 20:10:00 2009 +0000 @@ -10,6 +10,7 @@ } urlpatterns = patterns('', + url(r'^$', 'views.home', name='home'), (r'^admin/doc/', include('django.contrib.admindocs.urls')), (r'^admin/', include(admin.site.urls)), (r'^accounts/', include('accounts.urls')),