the-paperless-project/paperless

Django runserver

Offen

#329 geöffnet am 23.03.2018

 (8 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)Python (513 Forks)batch import
help wanted

Repository-Metriken

Stars
 (7.803 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Thanks to #328 I noticed that the doc, docker container and the systemd service use manage.py runserver to start the paperless server.

This command is intended to be used for development and I think we should recommend user to setup their paperless in a more durable/stable/secure way (gunicorn, mod_wgi, ...)

Contributor Guide