the-paperless-project/paperless

Django runserver

Open

#329 aberto em 23 de mar. de 2018

Ver no GitHub
 (8 comments) (3 reactions) (0 assignees)Python (513 forks)batch import
help wanted

Métricas do repositório

Stars
 (7.803 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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, ...)

Guia do colaborador