django-avatar/avatar
2012-06-30 14:24:10 -05: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 added AVATAR_BASE_URL setting 2012-06-30 14:24:10 -05: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 new AVATAR_DEFAULT_SIZE setting with a default of 80. 2010-06-26 19:01:22 +02:00
settings.py added AVATAR_BASE_URL setting 2012-06-30 14:24:10 -05: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 removed all dependence on django-notification and django-friends by changing to emitting signals 2011-03-16 17:57:32 -04:00