Eugen Ciur
Eugen Ciur
> What exactly is this admin package thing and how is it going to be solved? It was brought up in #135 too. I keep that ticket open mostly to...
Command ``makemigrations`` implies the fact that papermerge application must be able to write to 'site-packages' folder. What Papermerge version you are running ? In what context does ``makemigrations`` run ?...
@amo13, the problem is that although papermerge user owns ``/var/lib/papermerge`` (project dir) - it uses python's system wide site-packages directory - ``/usr/lib/python3.8/site-packages/`` - for which papermerge user has no write...
@amo13, I am afraid there is no such thing as DJANGO_MIGRAION_PATH, as migrations must live in same dir as app (XYZ/papermerge/core/migrations/). Allow me some time to think over the problem...
> migrate --noinput > collectstatic --noinput ``migrate`` command is important for updates. Skipping ``migrate`` command means that update is incomplete. ``migrate`` command is responsible for _run updates on database schema...
> What I would like to know though is if any harm or problem should be expected by running them unattended and non-interactively (--noinput) by the package manager after every...
This feature makes sense. However, "Editing the OCR text" steps over the feet of versioning concept. Say you have a document X.pdf which you OCRed. Thus you have the version...
> Ps. Is is possible to delete not needed versions via console? I can get to correct document via manage.py shell --> Document.objects.get(id=XX), but I am not sure how to...
I am not sure about "joining forces" part. Diversity is good. Each and every project brings something of its own on the table. It is good thing to have different...
This feature is now available via [papermerge-cli import /path/to/some/folder](https://docs.papermerge.io/Command%20Line%20Utilities/cli.html#import-folders-documents) command line utility. `papermerge-cli` command line utility takes as input a token which is user specific. Imported document, by default, end...