You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loads all project-specific shell completion. Must be sourced in the current shell.
completions-regenerate should be run first.
completions-regenerate
(Re)generates shell completion for manage's subcommands.
django service running
completions-unload
Unloads any project-specific shell completions. Must be sourced in the current shell.
db
Forwarding alias for psql in the database docker container.
install
Installs the project from a newly cloned state, or partially installed state.
logs
Attaches to the django, celery, and beat services to view their logs.
manage
Unwrapped version of Django's manage.py script.
django service running
manual
Forwarding alias for hugo in the manual docker container (which is in itself a convenience wrapper around hugo).
model-create
Given a model name, creates and installs an app for that model. Takes an optional second argument for the app name - defaults to the model name converted to lower_snake_case and pluralised according to some English grammar rules.
start
Starts all of the installed project's services.
stop
Stops all the installed project's services.
uninstall
Brings the installed project back to an initial-like state, while preserving configuration.