django-avatar/avatar
Mathieu Pillard 5e804236a8 new preference allowing to re-use existing file if it exists. might have concurrency issues since
we don't ask the database if it exists, only the storage system, so it might break if it's being
deleted at the same time
2010-02-22 16:29:58 -05:00
..
management Added avatar_updated and avatar_friend_updated 2009-05-25 12:59:27 +08:00
templates Better wording 2010-02-22 16:26:20 -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 new preference allowing to re-use existing file if it exists. might have concurrency issues since 2010-02-22 16:29:58 -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 Implement a max size for the avatars. Defaults to 1 megabyte for now. 2010-02-22 16:25:09 -05:00
models.py Make thumbnail format configurable 2010-02-22 16:29:39 -05:00
urls.py Forgot this in my last commit - Refactoring : Move avatar upload to its own view, form and template part 2 2010-02-22 16:22:01 -05:00
views.py new preference allowing to re-use existing file if it exists. might have concurrency issues since 2010-02-22 16:29:58 -05:00