Umm, this particular issue doesn't happen to me. I've pushed up a new version with more fixes.
On Fri, May 8, 2015 at 5:53 PM, Michael Wood <[email protected]> wrote: > Spotted one error I think > > The project page link r'^project/(?P<pid>\d+)$' should be > r'^project/(?P<pid>\d+)/$ > > i.e. > > - url(r'^project/(?P<pid>\d+)$', 'project', name='project'), > + url(r'^project/(?P<pid>\d+)/$', 'project', name='project'), > > Your django might not have reloaded the urls so didn't catch it maybe? > > recreate: > > 1. go to /projects/ > 2. Select a project - 404 > > Michael > > > On 08/05/15 17:39, Michael Wood wrote: > >> Looks fine to me. >> >> Michael >> >> On 07/05/15 18:13, Damian, Alexandru wrote: >> >>> Hello, >>> >>> This a refactoring of the URL structure to be more REST-ful. >>> It remove the usage of the server-side user session to remember >>> currently selected project, making navigation more robust, opening API for >>> usage to other tools, and passing the crawl test. >>> >>> Cheers, >>> Alex >>> >>> -- >>> Alex Damian >>> Yocto Project >>> SSG / OTC >>> >>> >>> >> > --------------------------------------------------------------------- > Intel Corporation (UK) Limited > Registered No. 1134945 (England) > Registered Office: Pipers Way, Swindon SN3 1RJ > VAT No: 860 2173 47 > > This e-mail and any attachments may contain confidential material for > the sole use of the intended recipient(s). Any review or distribution > by others is strictly prohibited. If you are not the intended > recipient, please contact the sender and delete all copies. > > -- Alex Damian Yocto Project SSG / OTC
-- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
