mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Copy static files when starting dev server
This commit is contained in:
parent
20b6e0fd1a
commit
399e44fce7
@ -45,5 +45,7 @@ python3 manage.py migrate --noinput || exit 1
|
||||
python3 manage.py migrate --run-syncdb || exit 1
|
||||
python3 manage.py clearsessions || exit 1
|
||||
|
||||
invoke static
|
||||
|
||||
# Launch a development server
|
||||
python3 manage.py runserver ${INVENTREE_WEB_ADDR}:${INVENTREE_WEB_PORT}
|
||||
|
Loading…
Reference in New Issue
Block a user