mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-04-17 13:31:02 +00:00
7 lines
173 B
Python
7 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
|