Thank you Black
This commit is contained in:
parent
fa7334826c
commit
dca0888d5d
3 changed files with 46 additions and 27 deletions
|
@ -40,11 +40,11 @@ DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
|
|||
# Preview image
|
||||
|
||||
# Specify RGB tuple or RGB hex strings, or 'use_dominant_color'
|
||||
PREVIEW_BG_COLOR = 'use_dominant_color'
|
||||
PREVIEW_BG_COLOR = "use_dominant_color"
|
||||
PREVIEW_IMG_WIDTH = 1200
|
||||
PREVIEW_IMG_HEIGHT = 630
|
||||
PREVIEW_TEXT_COLOR = '#363636'
|
||||
PREVIEW_DEFAULT_COVER_COLOR = '#002549'
|
||||
PREVIEW_TEXT_COLOR = "#363636"
|
||||
PREVIEW_DEFAULT_COVER_COLOR = "#002549"
|
||||
|
||||
# Quick-start development settings - unsuitable for production
|
||||
# See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue