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 details)
File details
Details for the file mgclipboard-0.1.2.tar.gz.
File metadata
- Download URL: mgclipboard-0.1.2.tar.gz
- Upload date:
- Size: 3.3 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0911e24c5134bb61ac3861b7e6d4672a09e943145687bbf576768e9f352dcb7b
|
|
| MD5 |
a135e26bcbc91f2524075bc1040ca9e5
|
|
| BLAKE2b-256 |
89f52bb842247c968dfdb0e102c882fe9537273714f4356475ab9666aff5829a
|