Skip to main content

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


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 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