Multi level document hierachy app for Mayan EDMS.
Project description
Description
Mayan EDMS app that stores documents in a multi level hierarchy.
License
This project is open sourced under the Apache 2.0
Installation
Activate the virtualenv where you installed Mayan EDMS. Install 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
Upgrading
Activate the virtualenv where you installed Mayan EDMS. Install the latest version of Cabinets from PyPI:
pip install -U mayan-cabinets
Development
Clone repository in a directory outside of Mayan EDMS:
git clone https://gitlab.com/mayan-edms/mayayn-cabinets.git
Symlink the app into your Mayan EDMS’ app folder:
ln -s <repository directory>/cabinets/ <Mayan EDMS directory>/mayan/apps
In your settings/local.py file add cabinets to your INSTALLED_APPS list:
INSTALLED_APPS += ( 'cabinets', )
Run the migrations for the app:
./manage.py migrate
1.1.1 (2017-03-09)
Fix typo that removed the jstree dist folder Multi level widget should render correctly now
1.1.0 (2017-02-07)
Fix cabinet list API endpoint.
Improve cabinet document API endpoints.
Add more API tests.
1.0.0 (2017-01-25)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mayan-cabinets-1.1.1.tar.gz
.
File metadata
- Download URL: mayan-cabinets-1.1.1.tar.gz
- Upload date:
- Size: 805.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b55dc01f6aaddc92e5752d2ca4ec35b9c8092306e2aba8a8f0d23a60fcab769 |
|
MD5 | 00fe37308036ae46a451d324a76721b0 |
|
BLAKE2b-256 | d8e7f03f26e12ceacdb9f1b88f7fe2087b62fd24437854847a8a3f14dbc8fc00 |
File details
Details for the file mayan_cabinets-1.1.1-py2-none-any.whl
.
File metadata
- Download URL: mayan_cabinets-1.1.1-py2-none-any.whl
- Upload date:
- Size: 853.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43b28f6f314308f32b2ae5bfcf18a9a2627bd4c623d68a5f60771f9c345dba6f |
|
MD5 | 5764ff492d129ec772e728c47a429501 |
|
BLAKE2b-256 | ff4f5f0a480d39f35fe6bae4e9d1b22c61d2585b8d83c8cbf459540057c95078 |