PROFILE_IMAGE_SIZES_MAP grouped with the similar settings

This commit is contained in:
Aamish Baloch
2017-08-03 12:30:52 +05:00
parent 75021b3578
commit ac84fd39b6
4 changed files with 11 additions and 33 deletions

View File

@@ -513,10 +513,3 @@ HELP_TOKENS_BOOKS = ENV_TOKENS.get('HELP_TOKENS_BOOKS', HELP_TOKENS_BOOKS)
############## Settings for CourseGraph ############################
COURSEGRAPH_JOB_QUEUE = ENV_TOKENS.get('COURSEGRAPH_JOB_QUEUE', LOW_PRIORITY_QUEUE)
############## Settings for Profile Image Size ######################
PROFILE_IMAGE_SIZES_MAP = ENV_TOKENS.get(
'PROFILE_IMAGE_SIZES_MAP',
PROFILE_IMAGE_SIZES_MAP
)