2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Prefix correct directory in docs

This commit is contained in:
Oliver Walters
2019-09-02 17:04:44 +10:00
parent b0c420858b
commit 47e9c44c43
2 changed files with 7 additions and 5 deletions

View File

@ -31,7 +31,9 @@ Directories for storing *media* files and *static* files should be specified in
Collect Static Files
--------------------
The required static files must be collected into the specified ``STATIC_ROOT`` directory. Run ``python3 manage.py collectstatic``
The required static files must be collected into the specified ``STATIC_ROOT`` directory:
``python3 InvenTree/manage.py collectstatic``
Configure Gunicorn
------------------