From 475e1681de9d1d42c971d74f56bacf51a77dfb41 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 14 Aug 2019 12:54:38 +1000 Subject: [PATCH] Doc fix --- docs/start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start.rst b/docs/start.rst index 9fe52868aa..6150c22bb0 100644 --- a/docs/start.rst +++ b/docs/start.rst @@ -52,7 +52,7 @@ Development and Testing Other shorthand functions are provided for the development and testing process: * ``make requirements`` - Install all required underlying packages using PIP -* ``make secret`` - Generate the SECRET_KEY file for session validation +* ``make setup`` - Perform one-time setup functions * ``make superuser`` - Create a superuser account * ``make backup`` - Backup database tables and media files * ``make test`` - Run all unit tests