web frontend: Update admin site URL dispatcher to Django 1.3
commitbceaba7f8c8ebed0ba4e3ba55fb762bceaff3081
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Mon, 6 Jun 2011 17:32:01 +0000 (6 17:32 +0000)
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Mon, 6 Jun 2011 17:32:01 +0000 (6 17:32 +0000)
tree9661a7c1c4ede98ba0b15a631e411d740da757d5
parent08264f609e826e47e47f31a1bffba75645ec96e3
web frontend: Update admin site URL dispatcher to Django 1.3

admin.site.root does not exist under Django 1.3 anymore.
Use, therefore, the current idiom to specify the admin URL.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@5404 592f7852-d20e-0410-864c-8624ca9c26a4
frontend/urls.py