django-avatar/avatar
2008-08-03 23:20:56 +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 Handle the MultipleObjectsReturned edge case (shouldn't happen, but it might) 2008-08-03 23:20:56 +00:00