Papermerge App to limit number of uploaded documents
Project description
App/Plugin for [Papermerge DMS](https://github.com/ciur/papermerge). Designed as Django reusable app. When used, will limit number of pages of uploaded documents to values specified by settings.LIMITPAGES_MAX_PAGES (15 by default).
## Requirements
Depends on:
papermerge.core
## Installation
Install it using pip:
pip install limitpages
Add app to INSTALLED_APPS in settings.py:
INSTALLED_APP = ( … ‘limitpages’, … )
Add in settings.py:
LIMITPAGES_MAX_PAGES = 13
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
limitpages-1.0.0.tar.gz
(2.1 kB
view details)
File details
Details for the file limitpages-1.0.0.tar.gz
.
File metadata
- Download URL: limitpages-1.0.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 561e694899ee687ee216682ab86f357bebbb1a5d7b51dd1e7fdec82ac8de50a0 |
|
MD5 | f9ab8b744dfee2abbf58698a0d0f0612 |
|
BLAKE2b-256 | 19b928ec5d5916a15b7304c7098708cf7a0e54e548baf368c5eac1c4e42f155a |