added test for product load
This commit is contained in:
@@ -6,6 +6,7 @@ from django.conf import settings
|
||||
|
||||
# Create your views here.
|
||||
from rest_framework import viewsets
|
||||
from rest_framework.response import Response
|
||||
from rest_framework.permissions import IsAuthenticatedOrReadOnly, IsAdminUser
|
||||
from rest_framework.decorators import api_view, permission_classes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user