Fixed some import bugs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user