Skip to content

Commit

Permalink
docs: Document CACHE_DIR content
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jul 20, 2023
1 parent 820c0f3 commit 019cc8a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/admin/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,15 @@ network filesystem.

The Docker container uses a separate volume for this, see :ref:`docker-volume`.

The following subdirectories usually exist:

:file:`fonts`
Fontconfig cache for :ref:`fonts`.
:file:`avatar`
Cached user avatars, see :ref:`avatars`.
:file:`static`
Default location for static Django files, specified by :setting:`django:STATIC_ROOT`. See :ref:`static-files`.

.. setting:: CSP_SCRIPT_SRC
.. setting:: CSP_IMG_SRC
.. setting:: CSP_CONNECT_SRC
Expand Down Expand Up @@ -404,10 +413,6 @@ The following subdirectories usually exist:
Home directory used for invoking scripts.
:file:`ssh`
SSH keys and configuration.
:file:`static`
Default location for static Django files, specified by :setting:`django:STATIC_ROOT`. See :ref:`static-files`.

The Docker container uses a separate volume for this, see :ref:`docker-volume`.
:file:`media`
Default location for Django media files, specified by :setting:`django:MEDIA_ROOT`. Contains uploaded screenshots, see :ref:`screenshots`.
:file:`vcs`
Expand Down

0 comments on commit 019cc8a

Please sign in to comment.