On Nov 18, 2:24 pm, Horus Kol <[EMAIL PROTECTED]> wrote:
> I've searched through and through the documentation at the Django
> site, but can't find any information about this:
>
> What's the recommended setup for things like stylesheets and
> javascripts?
>
> How do you setup the redirects? Anything special to dealt with it in
> the framework.

Answered my own question (after a bit of mucking about):

r'^styles/(?P<path>.*)$', 'django.views.static.serve',
{"document_root": "F:/projects/dvdgeist/public_html/styles"}),
--~--~---------~--~----~------------~-------~--~----~
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 PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to