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