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:
@ -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.
|
Reference in New Issue
Block a user