log user_photos/views.py @ 831:0f9c014c8adc

age author description
2013-09-21 Brian Neal Sigh, fix last commit.
2013-09-21 Brian Neal Oops, last commit was returning HttpResponse* derived classes, not instances.
2013-09-21 Brian Neal Added an ajax form to upload photos & update post box w/image code.
2013-09-19 Brian Neal Completed view to delete user photos.
2013-09-17 Brian Neal Work in progress on adding ability to delete user photos.
2013-09-15 Brian Neal For user uploaded photos (#50), add a simple gallery view.
2013-09-09 Brian Neal Got the image resizing and uploading working. It needs a lot of work though.
2013-09-08 Brian Neal In process work for #50. Started a user_photos application.