from django.conf.urls.defaults import * urlpatterns = patterns('', (r'^$', 'sandbox_codepad.codepad'), )