* Moved CDEK api to external_api module
This commit is contained in:
parent
a7b1f6981f
commit
13ae751564
0
external_api/__init__.py
Normal file
0
external_api/__init__.py
Normal file
|
|
@ -11,7 +11,7 @@ from rest_framework.generics import get_object_or_404
|
|||
from rest_framework.permissions import IsAuthenticated
|
||||
from rest_framework.response import Response
|
||||
|
||||
from cdek.api import CDEKClient
|
||||
from external_api.cdek import CDEKClient
|
||||
from store.exceptions import CRMException
|
||||
from store.models import Checklist, GlobalSettings, Category, PaymentMethod, Promocode
|
||||
from store.serializers import (ChecklistSerializer, CategorySerializer, CategoryFullSerializer,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user