add support for cropping image. WIP.
This commit is contained in:
parent
13055c393a
commit
08b97e722b
5 changed files with 105 additions and 52 deletions
|
|
@ -191,3 +191,7 @@ ALIAS_VALIDATOR_REGEX = r''
|
|||
|
||||
MEDIA_ROOT=os.path.join(BASE_DIR,"media")
|
||||
MEDIA_URL='/media/'
|
||||
|
||||
# Profile Picture Settings
|
||||
PIC_WIDTH = 200
|
||||
PIC_RATIO = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue