Server

Start/Stop

$ pyppi start
$ pyppi stop

Configuration

Here’s a full list of the settings of the PyPPi integrated server. To check the PyPPi applicatin settings refet to Settings

CONF_ROOT

Default ~/.pyppi/

EMAIL_BACKEND

Default django.core.mail.backends.smtp.EmailBackend

EMAIL_HOST

Default localhost

EMAIL_HOST_PASSWORD

Default ``

EMAIL_HOST_USER

Default ``

EMAIL_HOST_PASSWORD

Default ``

EMAIL_PORT

Default 25

EMAIL_USE_TLS

Default False

LISTEN

Default 127.0.0.1:8000

HAYSTACK_SEARCH_ENGINE

Default whoosh

See also

haystack, whoosh

HAYSTACK_SITECONF

Default pyppi.server.search_sites

See also

haystack

HAYSTACK_WHOOSH_PATH

Default CONF_ROOT/whoosh

See also

haystack, whoosh

MEDIA_ROOT

Default CONF_ROOT/media

See also

Django MEDIA_ROOT

PYPPI_LOG_DIR

Default CONF_ROOT/logs

SERVER_EMAIL

Default pyppi@localhost

See also

Django SERVER_EMAIL

STATIC_ROOT

Default CONF_ROOT/static