From 250ab0f609f32cd3e004e1f2711f9c2e4fd9b57c Mon Sep 17 00:00:00 2001 From: tom christie tom@tomchristie.com Date: Sun, 30 Jan 2011 11:00:20 +0000 Subject: Lots of docs, trying to tidy up examples... --- examples/pygments_api/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pygments_api/urls.py') diff --git a/examples/pygments_api/urls.py b/examples/pygments_api/urls.py index 39bcf668..f96f4518 100644 --- a/examples/pygments_api/urls.py +++ b/examples/pygments_api/urls.py @@ -2,5 +2,5 @@ from django.conf.urls.defaults import patterns urlpatterns = patterns('pygments_api.views', (r'^$', 'PygmentsRoot'), - (r'^([a-zA-Z0-9]+)/$', 'PygmentsInstance'), + (r'^([a-zA-Z0-9-]+)/$', 'PygmentsInstance'), ) -- cgit v1.2.3