Re: Problem get_FOO_url in development server

2007-10-29 Thread Przemek Gawronski
> Did you include the port in your MEDIA_URL setting? [1]_ > MEDIA_URL = 'http://localhost:8000/media/' Nope, thanks! Przemek -- AIKIDO TANREN DOJO - Poland - Warsaw - Mokotow - Ursynow - Natolin info: http://tanren.pl/ phone:+4850151 email:[EMAIL PROTECTED] --~--~-~--~--

Re: Problem get_FOO_url in development server

2007-10-29 Thread Nathaniel Whiteinge
Did you include the port in your MEDIA_URL setting? [1]_ MEDIA_URL = 'http://localhost:8000/media/' .. [1] http://www.djangoproject.com/documentation/settings/#media-url - whiteinge On Oct 29, 4:30 am, Przemek Gawronski <[EMAIL PROTECTED]> wrote: > Hi, the ImageField creates in a model get_FO

Problem get_FOO_url in development server

2007-10-29 Thread Przemek Gawronski
Hi, the ImageField creates in a model get_FOO_url to use in the templates. But it isn't working correctly when used with djangos development server because the port number (by default :8000) isn't included. Is that a bug or am I missing something? Przemek -- AIKIDO TANREN DOJO - Poland - Wars