Open 9Shuck opened 1 year ago
What are your import
statements?
Sorry for the delay, my imports are (have some Django imports on views file):
from pptx import Presentation
from ...views import viewsets, APIView, IsAuthenticated, action,\
HttpResponse
I'm not getting any error 😅
Hello, I'm just trying to get an example of a pptx to start adding things. But I cannot even open the pptx I got from my code.
This is the code, so simple. As I don't receive any extra info or errors don't know what is going bad.
Thank you so much.