A much requested feature, multi-level folders support has been implemented as a standalone app and released as "Cabinets". Releasing as this as a different app provides a migration option without data loss. The app is compatible with the current release version of 2.1.6 and with the current development version (upcoming 2.2). The app will be merged into the core deprecating the current "Folders" app which will then be removed in a future version.
The instructions to install the app are simple: - Activate the virtualenv where Mayan EDMS is installed. - Install "Cabinets" from PyPI: pip install mayan-cabinets In your settings/local.py file add cabinets to your INSTALLED_APPS list: INSTALLED_APPS += ( 'cabinets', ) Run the migrations for the app: mayan-edms.py migrate Add the media files from the app: mayan-edms.py collectstatic The online demo at http://demo.mayan-edms.com has been updated to include the "Cabinets" app. For more information check out the links: Source code: https://gitlab.com/mayan-edms/cabinets Python Index entry: https://pypi.python.org/pypi/mayan-cabinets <https://lh3.googleusercontent.com/-6aGg044NLUc/WIo3KQpqKpI/AAAAAAAAvO4/WJaOaYV8KpcfYxcFkEQJxI4icwDvmu0BwCLcB/s1600/Screenshot%2Bfrom%2B2017-01-26%2B13-51-17.png> -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
