Skip to main content

A CMIS backend for gemma-documentregistratiecomponent

Project description

gemma-drc-cmis

A CMIS backend for gemma-documentregistratiecomponent

How to install

Install via pip

pip install gemma-drc-cmis

Add to installed apps

INSTALLED_APPS = [
    ...
    'drc_cmis',
    ...
]

Add drc_cmis to the backends

DRC_STORAGE_BACKENDS = [
    'drc.backend.django.DjangoDRCStorageBackend', # If you also want to store it via django.
    'drc_cmis.backend.CMISDRCStorageBackend',
]

Features

  • Integrate cmis with the issues

  • Issues all year round

History

0.0.1 (2019-04-16)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drc_cmis-0.0.1.tar.gz (27.8 kB view hashes)

Uploaded Source

Built Distribution

drc_cmis-0.0.1-py2.py3-none-any.whl (17.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page