django-avatar/avatar
2013-07-19 01:36:33 +03: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 {% load url from future %}. See fff8a4e1 :) 2013-05-27 08:59:44 +10:00
templatetags Merge branch 'master' of git://github.com/DrMeers/django-avatar into DrMeers-master 2013-05-27 10:13:16 +02:00
testdata Added image content type white list with python-magic 2013-07-19 01:36:33 +03: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 More quickly scrawled / untested custom user model support changes 2013-03-15 21:45:24 +11:00
forms.py Added image content type white list with python-magic 2013-07-19 01:36:33 +03:00
models.py Merge branch 'master' of git://github.com/DrMeers/django-avatar into DrMeers-master 2013-05-27 10:13:16 +02:00
settings.py Added image content type white list with python-magic 2013-07-19 01:36:33 +03: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 image content type white list with python-magic 2013-07-19 01:36:33 +03:00
urls.py More quickly scrawled / untested custom user model support changes 2013-03-15 21:45:24 +11:00
util.py Merge branch 'master' of git://github.com/DrMeers/django-avatar into DrMeers-master 2013-05-27 10:13:16 +02:00
views.py More quickly scrawled / untested custom user model support changes 2013-03-15 21:45:24 +11:00