Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

django.contrib.staticfiles.storage.ManifestStaticFilesStorage issue #21

Open
mattijevi opened this issue Jan 16, 2020 · 1 comment
Open

Comments

@mattijevi
Copy link

PLUPLOAD_URL = getattr(settings, 'SMARTFIELDS_PLUPLOAD_URL', static('plupload'))

https://github.com/lehins/django-smartfields/blob/master/smartfields/settings.py#L7

The above line of code causes an issue with ManifestStaticFilesStorage https://docs.djangoproject.com/en/3.0/ref/contrib/staticfiles/#manifeststaticfilesstorage

Could that be changed to a cdnjs link?

@lehins
Copy link
Owner

lehins commented Jan 16, 2020

Sure, I don't see a problem switching to cdnjs. PRs are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants