Sentry installs a command line script under the name sentry. This will allow you to perform most required operations that are unachievable within the web UI.
For a list of commands, you can also use sentry help, or sentry [command] --help for help on a specific command.
Starts all background services.
sentry start --daemon
Stops all background services.
Restarts all background services
Performs any needed database migrations.
Performs all trim operations based on your configuration.
A wrapper around django-admin.py (aka manage.py).
sentry manage createsuperuser