django-avatar/avatar
2008-08-16 06:07:06 +00:00
..
management Added management command to rebuild avatars. This is useful for when an administrator wishes to change the size of the auto-generated avatar sizes. 2008-08-16 06:00:00 +00:00
templates/avatar Modified the rest of the module to be able to make use of the new added flexibility of the non-gravatar interface. 2008-08-12 08:12:38 +00:00
templatetags Modified the rest of the module to be able to make use of the new added flexibility of the non-gravatar interface. 2008-08-12 08:12:38 +00:00
__init__.py Modified the rest of the module to be able to make use of the new added flexibility of the non-gravatar interface. 2008-08-12 08:12:38 +00:00
admin.py Initial version. 2008-08-01 09:27:59 +00:00
default.jpg Initial version. 2008-08-01 09:27:59 +00:00
forms.py Modified the rest of the module to be able to make use of the new added flexibility of the non-gravatar interface. 2008-08-12 08:12:38 +00:00
models.py Changed the max_length of the avatar ImageField, as we were seeing some errors about the path being too short. 2008-08-16 06:07:06 +00:00
urls.py Initial version. 2008-08-01 09:27:59 +00:00
views.py Made avatar selection more clear by providing initial data for the form. 2008-08-16 05:53:55 +00:00