Shareable links
Project description
Description
Mayan EDMS app to provide unique links to documents.
License
This project is open sourced under the Apache 2.0 License.
Installation
Install from PyPI in the same virtualenv where you installed Mayan EDMS. Or if using the Docker image, pass mayan-shareable-links to the MAYAN_PIP_INSTALLS environment variable.
pip install mayan-shareable-links
Add shareable_link to the COMMON_EXTRA_APPS setting, either as an environment variable, from a Python settings modules, or from the UI via the config.yaml configuration file.
Python settings module example:
INSTALLED_APPS += ( 'shareable_links', )
Run the migrations for the app (not required for the Docker image):
mayan-edms.py migrate
Requirements
Mayan EDMS version 3.4
1.0.0 (2020-12-XX)
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
mayan-shareable-links-1.0.tar.gz
(12.1 kB
view details)