Merge pull request #300 from TeraHz/master

Handle Django migrations at startup
This commit is contained in:
Daniel Quinn
2018-02-25 12:13:09 +01:00
committed by GitHub
4 changed files with 29 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ You may want to take a look at the ``paperless.conf.example`` file to see if
there's anything new in there compared to what you've got int ``/etc``.
If you are :ref:`using Docker <setup-installation-docker>` the update process
requires only one additional step:
is similar:
.. code-block:: shell-session
@@ -102,7 +102,6 @@ requires only one additional step:
$ git pull
$ docker build -t paperless .
$ docker-compose up -d
$ docker-compose run --rm webserver migrate
If ``git pull`` doesn't report any changes, there is no need to continue with
the remaining steps.