Thank you Black
This commit is contained in:
@ -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/
|
||||
|
Reference in New Issue
Block a user