Skip to content

fix project deletion via organization-projects-detail

Chris requested to merge chassing/glitchtip-backend:project-deletion into master

The glitchtip frontend uses /api/0/organizations/<org_slug>/projects/<project_slug> (organization-projects-detail) to delete projects. This view was refactored and converted to a read-only view (2f588e27). This MR adds the DELETE method back.

Fixes #246 (closed)

Edited by Chris

Merge request reports