django-avatar/avatar
2008-08-02 05:14:30 +00:00
..
management Switched the management command to use get_or_create, so that it can create the required Avatar instances for User objects on a new installation. 2008-08-02 05:14:30 +00:00
templates/avatar Initial version. 2008-08-01 09:27:59 +00:00
__init__.py Initial version. 2008-08-01 09:27:59 +00:00
admin.py Initial version. 2008-08-01 09:27:59 +00:00
default.jpg Initial version. 2008-08-01 09:27:59 +00:00
models.py Initial version. 2008-08-01 09:27:59 +00:00
urls.py Initial version. 2008-08-01 09:27:59 +00:00
views.py Made sure that it really falls back to the specified default. 2008-08-01 09:50:13 +00:00