mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 14:20:24 +00:00
add THUMBNAIL_STORAGE_ALIAS to docs
This commit is contained in:
parent
1068fdf395
commit
5d83c0af17
1 changed files with 10 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ The default settings are:
|
|||
'FK_REGISTRY': {},
|
||||
'THUMBNAIL_UPLOAD_PATH': 'uploads/categories/thumbnails',
|
||||
'THUMBNAIL_STORAGE': settings.DEFAULT_FILE_STORAGE,
|
||||
'THUMBNAIL_STORAGE_ALIAS': 'default',
|
||||
'SLUG_TRANSLITERATOR': lambda x: x,
|
||||
'ADMIN_FIELDSETS': {}
|
||||
}
|
||||
|
|
@ -112,6 +113,15 @@ THUMBNAIL_STORAGE
|
|||
|
||||
**Description:** How to store the thumbnails. Allows for external storage engines like S3.
|
||||
|
||||
.. _THUMBNAIL_STORAGE:
|
||||
|
||||
THUMBNAIL_STORAGE_ALIAS
|
||||
=======================
|
||||
|
||||
**Default:** ``default``
|
||||
|
||||
**Description:** If new STORAGES settings from Django 4.2+ is used, use storage with this alias.
|
||||
|
||||
.. _JAVASCRIPT_URL:
|
||||
|
||||
JAVASCRIPT_URL
|
||||
|
|
|
|||
Loading…
Reference in a new issue