view gpp/smiley/urls.py @ 52:127ba8b24b52

Controlling the avatars directory in order to get the default avatar.
author Brian Neal <bgneal@gmail.com>
date Sun, 21 Jun 2009 22:13:57 +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'),
)