It fires up default app. W dniu wtorek, 11 września 2012 21:15:50 UTC+2 użytkownik Jonathan Lundell napisał: > > On 11 Sep 2012, at 12:04 PM, Marek Mollin <rog...@gmail.com <javascript:>> > wrote: > > "We be rollin" ;] > It works perfectly so far. Both admin and appadmin. > Relocating admin doesnt work but its no big deal I guess. > > > What happens when you relocate admin? > > > Thanks a million! > > W dniu wtorek, 11 września 2012 18:36:12 UTC+2 użytkownik Jonathan Lundell > napisał: >> >> On 10 Sep 2012, at 9:02 AM, Marek Mollin <rog...@gmail.com> wrote: >> >> So i have cut down the router to bare minimum, just to check this admin >> issue. >> I now have: >> >> routers = dict( >> BASE = dict( >> domains = { >> 'myapp.com' : 'myapp1', >> 'test.myapp.com' : 'myapp2', >> } >> ), >> ) >> logging = 'debug' >> >> >> after tailing the uwsgi_log i get: >> >> in case of https://myapp.com/admin: >> Error opening file for reading: Permission denied >> and afterwards a few 404. >> >> while https://test.myapp.com/admin: >> just a few 404. >> >> If I turn off the domains and just set default app, everything is fine. >> Admin is accessible. >> >> >> There's a fix (I think) in the trunk for this problem. I'm not sure it's >> 100% fixed; if you try it out, please let me know. >> > > -- > > > > > > >
--