plom-server

usage: plom-server [-h] [--version] [--hotstart | --no-hotstart] [--wipe]
                   [--port PORT] [--development | --production]

Named Arguments

--version

show program’s version number and exit

--hotstart, --no-hotstart

By default, attempt to hotstart the server using existing data, if such data is found. Note the detection is not perfect and currently no verification of integrity between database and media is performed.

If False, refuse to start if there appears to be data in place. You will have to remove the data for the server to start in this case.

Default: True

--wipe

Remove all database, media and other data before starting. Be careful with this!

Default: False

--port

Port number on which to launch server

--development

Run the Django development webserver. Not intended for use in production.

Default: False

--production

Run a production Gunicorn server (default).

Default: True