Added missing import

This commit is contained in:
Maciej Jaworski 2016-02-23 10:59:47 +00:00
parent 1a0ab4488e
commit aa839f97d2

View File

@ -1,3 +1,5 @@
from django.utils.translation import ugettext_lazy as _
from rest_framework.views import APIView
from rest_framework.response import Response
from rest_framework.permissions import AllowAny