Editor: edit & delete features

This commit is contained in:
Laura Klünder 2016-09-26 13:32:05 +02:00
parent 6ce96148d7
commit 576b33fd1a
13 changed files with 239 additions and 31 deletions

View file

@ -4,7 +4,6 @@ import os
from django.conf import settings
from django.core.files import File
from django.http import Http404, HttpResponse
from rest_framework.decorators import detail_route
from rest_framework.response import Response
from rest_framework.viewsets import ReadOnlyModelViewSet, ViewSet