Skip to content

Commit

Permalink
Fix import of the demosite
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Jan 18, 2018
1 parent 1afb0c5 commit dbed955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demosite/mycustomapi/views.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from oscarapi.views import basic
from oscarapi.views import product

from .serializers import MyProductLinkSerializer


class ProductList(basic.ProductList):
class ProductList(product.ProductList):
serializer_class = MyProductLinkSerializer

0 comments on commit dbed955

Please sign in to comment.