PUBLIC_URLS = ( r'^/login/', r'^/logout/', r'^/register/', r'^/forgotten/', r'^/reset/', r'^%s' % STATIC_URL, r'^/jsi18n/' )