from django.conf.urls.defaults import * urlpatterns = patterns( 'groupcache.views', (r'^groupcachetest/(?P\w+)/$', 'groupcachetest'), )