> The "interesting discussion" was actually a practical example of a
> setup that is known to work and really helps avoiding typos.

Of course I included your suggestion before I was replying. The only
thing i did not get was the part with TEMPLATE_CONTEXT_PROCESSORS, so
I hardcoded the URL in the template.
>From the server output i reckon that i have the output right. And when
I have thsi working, I will try to understand the
TEMPLATE_CONTEXT_PROCESSORS-part.

I will give it another try with an old project I had where that worked
and also try a complete clean trial. If that won't work I'll comeback!
would you try using a debugger?


thanks anyway for all your help!


On 15 Okt., 23:54, bruno desthuilliers <bruno.desthuilli...@gmail.com>
wrote:
> On 15 oct, 17:44, David <baer.da...@gmail.com> wrote:
>
> > Thank you for the interesting discussion.
> > Still, my original problem is bothering me.
>
> The "interesting discussion" was actually a practical example of a
> setup that is known to work and really helps avoiding typos.
>
> Did you try to rewrite your code according to this example ? If yes,
> and it still fails, please make a tarball of your project and post it
> somewhere we can get it.
>
> > Any idea what I could do to narrow it down?
>
> Make sure you have 'DEBUG=True' in your settings.py and
> "django.core.context_processors.debug" listed in your
> TEMPLATE_CONTEXT_PROCESSORS, run the dev server and point your browser
> to "127.0.0.1:8000/media_site/style.css". You should get a  debug page
> telling you whether the 404 comes from the dispatcher not being able
> to resolve the url, or if the url was resolved but the file not found.
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to