* Moved CDEK api to external_api module

This commit is contained in:
Phil Zhitnikov 2023-10-31 16:49:10 +04:00
parent 5b0d0d205b
commit b8e04067dd
3 changed files with 1 additions and 1 deletions

0
external_api/__init__.py Normal file
View File

View File

@ -11,7 +11,7 @@ from rest_framework.generics import get_object_or_404
from rest_framework.permissions import IsAuthenticated from rest_framework.permissions import IsAuthenticated
from rest_framework.response import Response from rest_framework.response import Response
from cdek.api import CDEKClient from external_api.cdek import CDEKClient
from store.exceptions import CRMException from store.exceptions import CRMException
from store.models import Checklist, GlobalSettings, Category, PaymentMethod, Promocode from store.models import Checklist, GlobalSettings, Category, PaymentMethod, Promocode
from store.serializers import (ChecklistSerializer, CategorySerializer, CategoryFullSerializer, from store.serializers import (ChecklistSerializer, CategorySerializer, CategoryFullSerializer,