Mercurial > public > sg101
view gpp/smiley/urls.py @ 18:5c03abb0cd0a
Added a BSD style license file.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 19 Apr 2009 18:36:26 +0000 |
parents | f408971657b9 |
children | 3ae999b0c53b |
line wrap: on
line source
""" Urls for the Smiley application. """ from django.conf.urls.defaults import * urlpatterns = patterns('smiley.views', url(r'^farm/$', 'farm', name='smiley-farm'), )