django-avatar/avatar
2012-10-05 12:07:13 +02:00
..
locale avatars can be displayed as gallery now 2011-04-01 15:05:29 +02:00
management removed all dependence on django-notification and django-friends by changing to emitting signals 2011-03-16 17:57:32 -04:00
media/avatar/img Moved default.jpg to reflect the community standard for media files 2010-02-22 18:19:08 -05:00
templates Made the avatar template tag an inclusion tag to be able to override the default template. 2012-08-21 14:36:49 +02:00
templatetags Made the avatar tag a simple_tag again as it doesn't break backwards compatibility. 2012-08-28 16:09:37 +02: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 Minor fixes for the admin class. 2012-04-25 12:18:18 +02:00
forms.py webcam upload support started, have to add better security measures though 2011-01-24 14:59:44 +01:00
models.py Catch IOError in the rest of the create_thumbnail method, too, to work around an issue with Django>1.4.1 which verifies the images being saved. 2012-10-05 12:07:13 +02:00
settings.py Added ability to specify a custom storage backend. 2012-04-20 17:45:56 +02:00
signals.py removed all dependence on django-notification and django-friends by changing to emitting signals 2011-03-16 17:57:32 -04: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 Merge remote-tracking branch 'ericflo/master' 2012-04-25 12:05:16 +02:00