Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. form_extra_fields = {
  2. 'path': form.ImageUploadField('Image',
  3. base_path=file_path,
  4. thumbnail_size=(200, 300, True)) # try to set the size of thumbnails
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement