django-avatar/avatar
2011-01-24 14:59:44 +01:00
..
locale FR translation .mo 2010-05-06 00:45:52 +02:00
management Added new AVATAR_DEFAULT_SIZE setting with a default of 80. 2010-06-26 19:01:22 +02:00
media/avatar/img Moved default.jpg to reflect the community standard for media files 2010-02-22 18:19:08 -05:00
templates Use django 1.2 CSRF protection 2010-05-06 00:45:19 +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 webcam upload support started, have to add better security measures though 2011-01-24 14:59:44 +01:00
util.py Added new AVATAR_DEFAULT_SIZE setting with a default of 80. 2010-06-26 19:01:22 +02:00
views.py webcam upload support started, have to add better security measures though 2011-01-24 14:59:44 +01:00