Hey, Is there a way to serve static files from filesystem (not repository)?
For example, GET /static/js/jquery.js will be served from /var/www/media/js/jquery.js of filesystem, not repository. (/static/* is served from /var/www/media/*)
Hey, Is there a way to serve static files from filesystem (not repository)?
For example, GET /static/js/jquery.js will be served from /var/www/media/js/jquery.js of filesystem, not repository. (/static/* is served from /var/www/media/*)