django-avatar/avatar
2013-03-08 12:16:21 +01:00
..
locale Merge pull request #31 from frost-nzcr4/ft-locale-ru 2013-03-04 03:52:45 -08: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 Renamed AVATAR_BASE_URL to AVATAR_GRAVATAR_BASE_URL. 2013-03-04 12:48:49 +01: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 Merge pull request #33 from rizumu/patch-1 2013-03-04 03:37:37 -08:00
models.py Add a get_absolute_url() method to help implementors (it needs to exists for projects to overwrite it) 2013-03-04 12:32:48 +01:00
settings.py Renamed AVATAR_BASE_URL to AVATAR_GRAVATAR_BASE_URL. 2013-03-04 12:48:49 +01: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 Merge branch 'master' of github.com:jezdez/django-avatar 2013-03-04 11:33:40 +01:00
util.py Fixed typo. 2013-03-08 12:16:21 +01:00
views.py A couple of minor cosmetic fixes. 2013-03-04 12:41:43 +01:00