mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
8 lines
173 B
Python
8 lines
173 B
Python
|
|
from appconf import AppConf
|
||
|
|
from django.conf import settings
|
||
|
|
|
||
|
|
|
||
|
|
class AvatarAPIConf(AppConf):
|
||
|
|
# allow updating avatar image in put method
|
||
|
|
AVATAR_CHANGE_IMAGE = False
|