Re: URL Routing in the Admin App

2012-04-12 Thread Russell Keith-Magee
Hi, This bug sounds familiar, from back in the days when Django's admin started migrating to named URLs in the admin. The regex you've got for the admin page is the source of the problem. What you've got is a weird hybrid between the old style: (r'^admin/(.*)', admin.site.root), and the new

URL Routing in the Admin App

2012-04-12 Thread jws
My sad story- I have inherited an app developed by a third party that I am deploying and I'm having strange issues with it. The last known working configuration was lost when a virtual host was inadvertently destroyed. The specific problem is that the admin app is not creating urls to pages correc