Search code examples
djangogravataravatar

Avatar for Django


I need to implement avatar in my application. I see there's django-avatar but maybe there are other solutions. I need upload new avatars and resize it to a standard resolution if they're too big.

Tips?


Solution

  • I solved with django-avatar.