Closed pedromcaraujo closed 4 years ago
Hi,
I'm using the django-storages package to serve my static files on Digital Ocean and these static urls don't work for me.
django-storages
I proposed a solution that uses django's internal mehod of fetching static urls.
Let me know if you need anything else from me.
Fixes https://github.com/jmrivas86/django-json-widget/issues/7
I confirm that this is necessary when using django-storages else the static_url is duplicated in the final result.
static_url
So instead of /static/foo/bar we get /static/static/foo/bar/.
/static/foo/bar
/static/static/foo/bar/
Hi,
I'm using the
django-storages
package to serve my static files on Digital Ocean and these static urls don't work for me.I proposed a solution that uses django's internal mehod of fetching static urls.
Let me know if you need anything else from me.
Fixes https://github.com/jmrivas86/django-json-widget/issues/7