2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 19:46:46 +00:00

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: Other shorthand functions are provided for the development and testing process:
* ``make requirements`` - Install all required underlying packages using PIP * ``make install`` - Install all required underlying packages using PIP
* ``make setup`` - Perform one-time setup functions
* ``make superuser`` - Create a superuser account * ``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 backup`` - Backup database tables and media files
* ``make test`` - Run all unit tests * ``make test`` - Run all unit tests
* ``make coverage`` - Run all unit tests and generate code coverage report * ``make coverage`` - Run all unit tests and generate code coverage report