Comment 8 for bug 1391897

Revision history for this message
Graham Binns (gmb) wrote : Re: Internal server error when accessing node info and juju deploy fails

On 12 November 2014 18:30, Andres Rodriguez <email address hidden> wrote:
> [u'networks/(?P<name>[\\w\\-]+)/view/
> ]

Looks to me as though the regex in the url definition expects only A-Z, a-z, 0-9, _ and -. The dots in the name that's being looked up are what's blowing things up here.