django-avatar/avatar
Jakob Torp Svendsen cc158668ea Check for django-friends using INSTALLED_APPS to prevent imports from happening
Reported to Pinax as http://code.pinaxproject.com/tasks/task/481/

Signed-off-by: Brian Rosner <brosner@gmail.com>
2009-11-07 11:15:06 -07:00
..
management Added avatar_updated and avatar_friend_updated 2009-05-25 12:59:27 +08:00
templates Added notification templated. Can't verify that they are being used. 2009-05-25 12:59:28 +08:00
templatetags Removed usage of hashlib to support Python 2.4. 2008-12-28 21:52:32 +00:00
__init__.py Removed some legacy code that is no longer used. Closes #1. 2009-04-23 12:43:55 -06:00
admin.py Made all imports relative and cleaned up the imports in general. Thanks, PyFlakes! 2008-10-20 01:11:10 +00:00
default.jpg Initial version. 2008-08-01 09:27:59 +00:00
forms.py Completely refactored this package so that it no longer references the local filesystem. The API has been simplified and it has been tested with both file system backends and S3 backends. Gearing up for the first official release. 2008-10-28 06:39:21 +00:00
models.py Removed some legacy code that is no longer used. Closes #1. 2009-04-23 12:43:55 -06:00
urls.py Completely refactored this package so that it no longer references the local filesystem. The API has been simplified and it has been tested with both file system backends and S3 backends. Gearing up for the first official release. 2008-10-28 06:39:21 +00:00
views.py Check for django-friends using INSTALLED_APPS to prevent imports from happening 2009-11-07 11:15:06 -07:00