I've read this:
http://docs.djangoproject.com/en/dev/topics/forms/media/
Nifty.
Now, how exactly do I make sure that the media urls get spewed properly into
the head section of the page? This is apparently omitted everywhere I've
looked. The admin template seems to pull it off properly but I cannot figure
out how. Seems like I should be able to do something like
<html>
<head>
{{ media }}
</head>
but I cannot figure out exactly how to properly aggregate all the forms'
media's and get them spewed into the templates properly.
-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?hl=.