django-media-tree
django-media-tree copied to clipboard
Django Media Tree is a Django app for managing your website's media files in a folder tree, and using them in your own applications.
Bumps [pillow](https://github.com/python-pillow/Pillow) from 2.3.1 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@wiredfool]...
Bumps [django](https://github.com/django/django) from 1.6.2 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
I am brand new to the Django CMS. I followed your guidance and installed media tree. Please where to go in CMS for adding some gallery into a page now?...
`requirements/common.py` lists `South` as a dependency so it always get installed with a `pip install`. Django 1.8.x doesn't support having South installed in the environment at all, even if not...
PoEdit warned me about an obscure error, but the file works, using it right now
When the project uses south, it's much easier to let south handle adding focal_point fields to the FileNode.
It would be great if we could get a placeholder instance passed in context in render methods of the plugins.
media_tree models and migrations need to use `settings.AUTH_USER_MODEL`, otherwise upon migration you'll get: ``` CommandError: System check identified some issues: ERRORS: media_tree.FileNode.created_by: (fields.E301) Field defines a relation with the model...
If you have an ImageFileNodeForeignKey and click the magnifying glass in the django-admin next to the field, the resulting media-tree popup page has the 'select' button disabled. There does not...