mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Update makefile docs
This commit is contained in:
parent
d30cad2341
commit
92940f1333
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user