Re: [smug-devel] multiple repositories
Status: Alpha
Brought to you by:
amcnabb
From: Jeff A. <jef...@pr...> - 2008-10-10 23:15:10
|
Andrew McNabb wrote: > So, multiple repositories support works and is merged in. There have > been some drastic changes, so I wouldn't be surprised if we have any > leftover bugs. We also had to make some backwards incompatible changes > to urls.py and other settings, so I'll see if I can get Jeff to update > the docs. > In my messing with it, I found a couple problems. menu.py still generates a menu that points to a hard-coded :login. The colon isn't in the urls.py. After removing the colon from the generated menu, I noticed that the generic login view breaks because it isn't expecting the 'repo' kwarg. It looks like splitting the global-level type urls and the repo-level type urls might be a good idea. What do you think? Jeff Anderson |