django-avatar/avatar
2013-01-18 19:39:31 -06:00
..
locale FR translation .mo 2010-05-06 00:45:52 +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 Use django 1.2 CSRF protection 2010-05-06 00:45:19 +02:00
templatetags Optional css_class passed as args to the avatar tag. 2012-11-18 18:35:37 +00: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 Added new AVATAR_DEFAULT_SIZE setting with a default of 80. 2010-06-26 19:01:22 +02:00
models.py Added post_delete signal to Avatar model in order to clean up the file system when AVATAR_MAX_AVATARS_PER_USER is equal to 1 or when Avatar instances are removed. This functionality is controlled by the new AVATAR_CLEAN_REMOVED setting which is False by default. 2013-01-18 19:39:31 -06:00
settings.py Added post_delete signal to Avatar model in order to clean up the file system when AVATAR_MAX_AVATARS_PER_USER is equal to 1 or when Avatar instances are removed. This functionality is controlled by the new AVATAR_CLEAN_REMOVED setting which is False by default. 2013-01-18 19:39:31 -06: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 Fixed conflicts 2010-02-22 16:35:57 -05:00
util.py Added new AVATAR_DEFAULT_SIZE setting with a default of 80. 2010-06-26 19:01:22 +02:00
views.py Update messages so it's compatible with Django 1.4 2012-07-19 09:56:00 -05:00