Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1025 from kawazrepos/fix-grayscale-setting
Browse files Browse the repository at this point in the history
Fix grayscale setting
  • Loading branch information
giginet committed Dec 29, 2015
2 parents 36580b9 + e02b5f2 commit 601156a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ db.sqlite3
*.middle*
*.huge*
*.large*
*.grayscale*
__pycache__/
*.py[cod]
*.mo
Expand Down
2 changes: 1 addition & 1 deletion src/kawaz/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
'large': (96, 96,),
'middle': (48, 48,),
'small': (24, 24,),
'grayscale': (96, 96, 'grayscale'),
'grayscale': ((96, 96, 'thumbnail'), (None, None, 'grayscale')),
}

# django-permission
Expand Down

0 comments on commit 601156a

Please sign in to comment.