from django.conf.urls.defaults import * urlpatterns = patterns('', (r'^profile/(?P.*)/', 'itfcore.views.profile'), )