Feature 'crop photo'

This commit is contained in:
Oliver Falk
2018-06-14 14:01:01 +02:00
parent e29c17ff0e
commit 6a4fce0177
5 changed files with 190 additions and 1 deletions

View File

@@ -61,6 +61,9 @@ DEFAULT_FROM_EMAIL = SERVER_EMAIL
MAX_NUM_PHOTOS = 5
MAX_PHOTO_SIZE = 10485760 # in bytes
MAX_PIXELS = 7000
AVATAR_MAX_SIZE = 512
JPEG_QUALITY = 85
BOOTSTRAP4 = {
'include_jquery': False,