Re: Help please with get_absolute_url in admin and public pages

2006-05-18 Thread Paul Childs
Thanks everyone. --~--~-~--~~~---~--~~ 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 PROTECTE

RE: Help please with get_absolute_url in admin and public pages

2006-05-17 Thread Malcolm Tredinnick
On Wed, 2006-05-17 at 20:39 -0500, tsnyder wrote: > Along these lines, when I click on the "view on site" link, the server name > is > magically changed from 127.0.0.1:8000 to something that I must have typed in > somewhere (I can't find it, though). Can anyone point me in the right > directi

RE: Help please with get_absolute_url in admin and public pages

2006-05-17 Thread tsnyder
Along these lines, when I click on the "view on site" link, the server name is magically changed from 127.0.0.1:8000 to something that I must have typed in somewhere (I can't find it, though). Can anyone point me in the right direction - how can I get the correct server name to show up in the

Re: Help please with get_absolute_url in admin and public pages

2006-05-17 Thread Malcolm Tredinnick
On Wed, 2006-05-17 at 16:47 -0500, James Bennett wrote: > On 5/17/06, Paul Childs <[EMAIL PROTECTED]> wrote: > > I'm still looking for the answer to question 2. Any help would be > > appreciated. > > This is something that really desperately needs to be documented > somewhere obvious or, even bet

Re: Help please with get_absolute_url in admin and public pages

2006-05-17 Thread James Bennett
On 5/17/06, Paul Childs <[EMAIL PROTECTED]> wrote: > I'm still looking for the answer to question 2. Any help would be > appreciated. This is something that really desperately needs to be documented somewhere obvious or, even better, commented out in the default urls.py like the admin URLConf is.

Re: Help please with get_absolute_url in admin and public pages

2006-05-17 Thread Paul Childs
OK, I was able to find the documentation on serving media files. I thought Django might have some automagic way of doing it so I really didn't clue into what my real problem was. I'm still looking for the answer to question 2. Any help would be appreciated. Thanks --~--~-~--~~

Help please with get_absolute_url in admin and public pages

2006-05-17 Thread Paul Childs
I am new to Django and so far have found it amazing. I have two simple questions based on the following models which I am running using the development server that comes with Django 0.91: #- class RepairType(meta.Model): repair_type