Fixed some import bugs

This commit is contained in:
2023-09-01 21:11:54 +03:00
parent c1fd01a6d8
commit 0f26c16b15
8 changed files with 3 additions and 1367 deletions

View File

@@ -8,7 +8,7 @@ from rest_framework import status
from rest_framework.response import Response
from rest_framework.settings import api_settings
from rest_framework import mixins
from libraries.cache_mixins import CacheGetMixin, CacheSetMixin, CacheDeleteMixin
from starfields_drf_generics.cache_mixins import CacheGetMixin, CacheSetMixin, CacheDeleteMixin
# Mixin classes to be included in the generic classes