django-avatar/avatar
Mathieu Pillard df05b32c30 Refactoring : Move avatar upload to its own view, form and template. Needs some cleanup still.
I should have done this before adding the max avatars setting... oh well.
2010-02-22 16:21:43 -05:00
..
management Added avatar_updated and avatar_friend_updated 2009-05-25 12:59:27 +08:00
templates Refactoring : Move avatar upload to its own view, form and template. Needs some cleanup still. 2010-02-22 16:21:43 -05:00
templatetags Provide Gravatar default url in settings.AVATAR_GRAVATAR_DEFAULT - will be used by Gravatar if the user has no avatar for that email address. 2010-02-08 16:41:40 +08:00
.gitignore Ignore pyc files 2010-02-22 16:17:37 -05:00
__init__.py Starting to implement new AVATAR_MAX_AVATARS_PER_USER setting to limit the maximum number of avatars for each user 2010-02-22 16:20:46 -05:00
admin.py Made all imports relative and cleaned up the imports in general. Thanks, PyFlakes! 2008-10-20 01:11:10 +00:00
default.jpg Initial version. 2008-08-01 09:27:59 +00:00
forms.py Don't use multiple querysets for the same list (might revisit the .get() for avatar later) 2010-02-22 16:19:57 -05:00
models.py Don't update the other avatars if the maximum is set to 1: it shouldn't happen. 2010-02-22 16:21:12 -05:00
urls.py Completely refactored this package so that it no longer references the local filesystem. The API has been simplified and it has been tested with both file system backends and S3 backends. Gearing up for the first official release. 2008-10-28 06:39:21 +00:00
views.py Starting to implement new AVATAR_MAX_AVATARS_PER_USER setting to limit the maximum number of avatars for each user 2010-02-22 16:20:46 -05:00