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

MEDIA_ROOT is now provided in config.yaml

This commit is contained in:
Oliver Walters
2019-07-10 23:41:33 +10:00
parent e231de6951
commit 194c15492f
3 changed files with 11 additions and 1 deletions

View File

@ -43,3 +43,8 @@ For further information, refer to the following documentation:
* `Django ALLOWED_HOSTS <https://docs.djangoproject.com/en/2.2/ref/settings/#allowed-hosts>`_
* `Django CORS headers <https://github.com/OttoYiu/django-cors-headers>`_
Uploaded File Storage
---------------------
By default, uploaded files are stored in the local direction ``./media``. This directory should be changed based on the particular installation requirements.