lehins / django-smartfields

Django Model Fields that are smart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django.contrib.staticfiles.storage.ManifestStaticFilesStorage issue

mattijevi opened this issue · comments

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?

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