Mercurial > public > sg101
view gpp/smiley/urls.py @ 17:8eb9b8d014a2
Correct typo in the clear_cache() method on the SmileyManager.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 19 Apr 2009 16:56:24 +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'), )