mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-05-09 08:04:44 +00:00
Merge pull request #123 from silverlogic/default-setting-docs
add default of AVATAR_STORAGE_DIR to docs
This commit is contained in:
commit
f0c45af678
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