We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Sure, I don't see a problem switching to cdnjs. PRs are welcome.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: