Update makefile docs

This commit is contained in:
Oliver Walters 2019-09-02 16:05:26 +10:00
parent d30cad2341
commit 92940f1333

View File

@ -82,9 +82,10 @@ Development and Testing
Other shorthand functions are provided for the development and testing process:
* ``make requirements`` - Install all required underlying packages using PIP
* ``make setup`` - Perform one-time setup functions
* ``make install`` - Install all required underlying packages using PIP
* ``make superuser`` - Create a superuser account
* ``make migrate`` - Perform database migrations
* ``make mysql`` - Install packages required for MySQL database backend
* ``make backup`` - Backup database tables and media files
* ``make test`` - Run all unit tests
* ``make coverage`` - Run all unit tests and generate code coverage report