mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Document AVATAR_CLEANUP_DELETED
This commit is contained in:
parent
dcc472a1e2
commit
4eaf6f8f1e
1 changed files with 6 additions and 0 deletions
|
|
@ -212,6 +212,12 @@ appear on the site. Listed below are those settings:
|
|||
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. Defaults to ``avatars``.
|
||||
PIL. Defaults to ``Image.ANTIALIAS``.
|
||||
|
||||
.. py:data:: AVATAR_CLEANUP_DELETED
|
||||
|
||||
``True`` if the avatar image files should be deleted when an avatar is
|
||||
deleted from the database. Defaults to ``False``.
|
||||
|
||||
.. py:data:: AVATAR_ADD_TEMPLATE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue