This commit is contained in:
Akita Noek
2016-04-25 14:43:03 -04:00
parent 40147f28f8
commit 3ffefd30a3
2 changed files with 0 additions and 2 deletions

View File

@@ -38,7 +38,6 @@ from rest_framework.permissions import AllowAny, IsAuthenticated
from rest_framework.response import Response from rest_framework.response import Response
from rest_framework.settings import api_settings from rest_framework.settings import api_settings
from rest_framework.views import exception_handler from rest_framework.views import exception_handler
from rest_framework.pagination import CursorPagination
from rest_framework import status from rest_framework import status
# Django REST Framework YAML # Django REST Framework YAML

View File

@@ -8,7 +8,6 @@ import contextlib
# Django # Django
from django.db import models, transaction, connection from django.db import models, transaction, connection
from django.db.models import Q
from django.core.urlresolvers import reverse from django.core.urlresolvers import reverse
from django.utils.translation import ugettext_lazy as _ from django.utils.translation import ugettext_lazy as _
from django.contrib.contenttypes.models import ContentType from django.contrib.contenttypes.models import ContentType