mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
add default of AVATAR_STORAGE_DIR to docs
This commit is contained in:
parent
65d8d1ea39
commit
5cb80dee99
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ AVATAR_RESIZE_METHOD
|
|||
AVATAR_STORAGE_DIR
|
||||
The directory under ``MEDIA_ROOT`` to store the images. If using a
|
||||
non-filesystem storage device, this will simply be appended to the beginning
|
||||
of the file name.
|
||||
of the file name. Defaults to ``avatars``.
|
||||
|
||||
Management Commands
|
||||
-------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue