File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
Papermerge Core
3
3
################
4
4
5
- Papermerge Core reusable Django apps are the heart of Papermerge project. It is
6
- (re)used across different flavors of Papermerge Document Management System
7
- (DMS). It contains the core functionality, models and API used throughout
8
- Papermerge ecosystem.
5
+ This python package is the heart of Papermerge project. It consists of a set
6
+ of reusable Django apps which are (re)used across different flavors of
7
+ Papermerge Document Management System (DMS). Package contains the core
8
+ functionality, models and API used throughout Papermerge ecosystem.
9
9
10
10
Technically speaking, it contains following django apps:
11
11
12
12
* ``papermerge.core `` - the epicenter of papermerge project
13
13
* ``papermerge.contrib.admin `` - user interface is defined here
14
14
* ``papermerge.search `` - unified search API
15
15
16
+ This package is intended to be part of Django project, `like this one <https://github.com/ciur/papermerge/ >`_.
17
+
16
18
What is Papermerge?
17
19
~~~~~~~~~~~~~~~~~~~
18
20
You can’t perform that action at this time.
0 commit comments