On Jun 9, 2006, at 7:04 PM, Guillermo Fernandez Castellanos wrote: > > Hi, > > I'm developping an (several?) applications with Django, and I use the > development webserver. > > It works great, besides a tiny problem: the django dev webserver > doesn't seem to serve static files (i.e. js, images, css etc..), > except for urls in the built-in admin server. Is it the intended way > of working? > > I, of course, defined MEDIA_ROOT and left the MEDIA_URL blank. > > I've been searching django site and googling for an answer but found > nothing yet...
Yay! I can answer a question.... http://www.djangoproject.com/documentation/static_files/ This explains how to set it up. Todd --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

