Hi Sebastian.
That's the desired behavior when you're running the development server:
we want Django to look for files in each app, either in your virtualenv
or your project.
In production, you would usually automate the execution of collectstatic
to copy everything to STATIC_ROOT (normally the top-level static/
folder), and set your front-facing server to serve the contents directly
at STATIC_URL (normally the /static slug). That's the case with
Mezzanine's default fabfile.
--
You received this message because you are subscribed to the Google Groups "Mezzanine
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.