Hi all,
I get a problem for my customized theme.
I have a theme app, under which I have folder static(js, img, css) and
templates.
When deploying to nginx(production env), I have following snippet:
location /static/ {
root /home/mysite;
access_log off;
log_not_found off;
}
When set debug=False, I see imgs under theme/static/img are not available...
static files and template under theme is customized, so, I shouldn't put
this to project static folder.
So, how to fix this?
Thanks.
Wesley
--
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.