Skip to main content

Clipboard middleware for Papermerge DMS

Project description

MgClipboard

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

Installation

Install it using pip::

pip install mgclipboard

Add app to INSTALLED_APPS in settings.py::

INSTALLED_APP = (
...
'mgclipboard',
...
)

Add it to MIDDLEWARE list::

MIDDLEWARE = [
    ...
    # AFTER
    # * django.contrib.sessions.middleware
    # * django.contrib.auth.middleware
    'mgclipboard.middleware.ClipboardMiddleware'
    ...
]

mgclipboard.middleware is dependent on django.contrib.sessions and django.contrib.auth middleware. Thus, dependencies must be included first in MIDDLEWARE list.

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.3.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file mgclipboard-0.1.3.tar.gz.

File metadata

  • Download URL: mgclipboard-0.1.3.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.2

File hashes

Hashes for mgclipboard-0.1.3.tar.gz
Algorithm Hash digest
SHA256 58d175434f30f64ec24fc27790d45000a653d76d8495ebcff75cefbdf5777243
MD5 37410fb6b61ca13ec036b79840149f80
BLAKE2b-256 9bb43bcfb245351d1262d8d4381ad7e485e8e4554b81e7e401f32573e9d6db4d

See more details on using hashes here.

Supported by

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