On Thu, Oct 21, 2010 at 11:43 PM, Jannis Leidel <jan...@leidel.info> wrote:
>> Is staticfiles supposed to put "app/static/style.css" into
>> "<output>/style.css" or "<output>/app/style.css"? Currently it behaves
>> like the latter, but if it should behave like Django's templates we
>> need to fix the code.
>
> The latter is correct. E.g. files from apps (<app>/static/*) will be 
> collected at the same relative path in the output directory, e.g. a file at 
> ``/path/to/blog/static/blog/css/entries.css`` will be collected at 
> ``/path/to/staticfiles_root/blog/css/entries.css``.

Oh yeah. I got confused by the admin. It seems to be an exception to
this rule. Why don't we move the admin media and get rid of the
exception? Does this little change have to go through a deprecation
cycle?

Bye,
Waldemar

-- 
Django on App Engine, MongoDB, ...? Browser-side Python? It's open-source:
http://www.allbuttonspressed.com/blog/django

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to