django-avatar/avatar
2011-04-01 15:05:29 +02:00
..
locale avatars can be displayed as gallery now 2011-04-01 15:05:29 +02:00
management removed notifications, since updates to my own avatar should not be send by email, updates to friends avatar is taken care by activity streams 2011-02-01 10:25:06 +01:00
media/avatar/img Moved default.jpg to reflect the community standard for media files 2010-02-22 18:19:08 -05:00
templates avatars can be displayed as gallery now 2011-04-01 15:05:29 +02:00
templatetags small fix again, now it works to use any type of cropping/scaling with avatars in templates 2010-07-30 06:38:50 -07:00
testdata More basic tests 2010-02-22 16:33:39 -05:00
.gitignore Ignore pyc files 2010-02-22 16:17:37 -05:00
__init__.py Moved settings from avatar main module to own settings module and signal callback to models module to be able to prevent import errors in non-Django Python environments. 2010-06-26 19:00:31 +02:00
admin.py Made all imports relative and cleaned up the imports in general. Thanks, PyFlakes! 2008-10-20 01:11:10 +00:00
forms.py webcam upload support started, have to add better security measures though 2011-01-24 14:59:44 +01:00
models.py Added new AVATAR_DEFAULT_SIZE setting with a default of 80. 2010-06-26 19:01:22 +02:00
settings.py Added new AVATAR_DEFAULT_SIZE setting with a default of 80. 2010-06-26 19:01:22 +02:00
tests.py Added new AVATAR_DEFAULT_SIZE setting with a default of 80. 2010-06-26 19:01:22 +02:00
urls.py avatars can be displayed as gallery now 2011-04-01 15:05:29 +02:00
util.py Added new AVATAR_DEFAULT_SIZE setting with a default of 80. 2010-06-26 19:01:22 +02:00
views.py avatars can be displayed as gallery now 2011-04-01 15:05:29 +02:00