How to teach django to accept urles in which hyphens are found? Here is part of urls.py
(r'^catalog/(?P<sub>\w+)/(?P<it>\w+)/(?P<spec>\w+)/$',specification),
It seems to be all right, but as soon as there are hyphens in the address, throws 404 page (