This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Description
Initial install works fine for adding. Deleting removes the image from the client side, but the server throws 403 forbidden error and never reaches PictureDetailView.delete (so the database record does not get deleted):
[29/Jun/2012 23:02:22] "DELETE /upload/delete/11 HTTP/1.1" 403 2294
Any pointers greatly appreciated.
This is using basic "manage.py runserver" (rather than nginx) on Django 1.4.