diff options
Diffstat (limited to 'project/urls.py')
-rw-r--r-- | project/urls.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/urls.py b/project/urls.py index 599ec56..ab2dc87 100644 --- a/project/urls.py +++ b/project/urls.py @@ -9,8 +9,8 @@ from django.views.generic.simple import redirect_to admin.autodiscover() -PROGRAM_PATTERN_CORE = r'[a-z](?:[0-9a-z]|_[0-9a-z])*' -EVENT_PATTERN_CORE =r'(?:[0-9a-z]|_[0-9a-z])*' +PROGRAM_PATTERN_CORE = r'scipyin' +EVENT_PATTERN_CORE =r'2010' SCOPE_ARG_PATTERN = r'(?P<scope>%s/%s)' % ( PROGRAM_PATTERN_CORE, EVENT_PATTERN_CORE) |