Skip to main content

Clipboard middleware for Papermerge DMS

Project description

MgClipboard

Clipboard middleware for Papermerge DMS Papermerge DMS. Designed as Django reusable app.

Usage

Install it::

pip install mgclipboard

Add app to INSTALLED_APPS in settings.py::

INSTALLED_APP = (
...
'papermerge.clipboard',
...
)

Add it to MIDDLEWARE list::

MIDDLEWARE = [
    ...
    # papermerge.middleware.clipboard must be AFTER
    # * django.contrib.sessions.middleware
    # * django.contrib.auth.middleware
    'papermerge.middleware.clipboard.ClipboardMiddleware'
    ...
]

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

mgclipboard-0.1.2.tar.gz (3.3 kB view hashes)

Uploaded Source

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