Re: Linking to admin interface

2006-08-20 Thread argus
In a (somewhat) related vein: is there anyway to make ForeignKey objects links to their objects when they are one of the list_display columns for the related object? I don't think I said that real well, so here's an example of what I'm after. IOW, given: class Poll(models.Model): question =

Re: Linking to admin interface

2006-08-02 Thread [EMAIL PROTECTED]
Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For mo

Re: Linking to admin interface

2006-08-02 Thread Malcolm Tredinnick
On Wed, 2006-08-02 at 02:53 -0700, [EMAIL PROTECTED] wrote: > I would like to make a link to the admin for certain objects on the > public page, so that someone who has the acces rights, can click the > link, log in, and fix whatever he wants fixed. Is there an easy way to > do this, like a get_ad

Linking to admin interface

2006-08-02 Thread [EMAIL PROTECTED]
I would like to make a link to the admin for certain objects on the public page, so that someone who has the acces rights, can click the link, log in, and fix whatever he wants fixed. Is there an easy way to do this, like a get_admin_url() or something? --~--~-~--~~~-