Re: admin urls in my own admin view

2008-01-03 Thread Nianbig
I´ll post som code as well.. here´s the view: from mysite.books.models import Book from django.template import RequestContext from django.shortcuts import render_to_response from django.contrib.admin.views.decorators import staff_member_required def report(request): return render_to_respons

admin urls in my own admin view

2008-01-02 Thread Nianbig
Hi I´m building my own admin view... I have followed this tutorial: http://www.djangobook.com/en/1.0/chapter17/. Everything works fine except that all urls in the header, the "home" link, "change password" link, "logout" link doesn't work for some reasen. The home-link is linked to "/", not "/ad