Hi

I have STATIC_* variables set and necessary django.contrib.staticfiles 
included in INSTALLED_APPS in my settings.py

My website name is example.com.  So, my Installation is 
/sites/mezzanine/example.  Inside this, I have another directory called 
example containing settings.py.  That is,

/sites/mezzanine/example/example/settings.py

When I place myjs.js as /sites/mezzanine/example/example/static/js/myjs.js
manage.py collectstatic does NOT copy to  /sites/mezzanine/example/static/js

Why not?  How and where do I place my custom myjs.js such that it won't be 
overwritten by manage.py commands?

Am I correct in assuming that my Project Root is /sites/mezzanine/example  
AND that my website App directory is  /sites/mezzanine/example/example ?

Thanks

-- 
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.

Reply via email to