> Hope this helps: from https://docs.djangoproject.com/en/dev/releases/1.3-beta-1/
>
> The staticfiles app ships with the ability to automatically serve
> static files during development (if the DEBUG setting is True) when
> using the runserver management command. Based on feedback from the
> community this release adds two new options to the runserver command
> to modify this behavior:
> --nostatic: prevents the runserver command from serving files
> completely.
> --insecure: enables serving of static files even if running with DEBUG
> set to False. (This is not recommended!)
Nope, that's not it. Staticfiles works fine with runserver and serves
the static_url stuff just fine.
Only, with this 1.3 change django's 1.2's automatic serving of the
media_url stuff has gone the way of the dodo.
Reinout
--
Reinout van Rees http://reinout.vanrees.org/
reinout@vanrees.org http://www.nelen-schuurmans.nl/
"If you're not sure what to do, make something. -- Paul Graham"
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment