-
-
Notifications
You must be signed in to change notification settings - Fork 46
Description
I working on a project with Django GraphQL and Nextjs and trying to build a video course platform, and I want to use this library to change resolution of videos from 4k to 480p for example.
I've been following the example code, but now I don't have any fields in the Django Admin Dashboard to upload a video or something like that, is there any documentation about how to use this library in Django and send the data through API calls to the frontend. As I've mentioned I'm using Django GraphQL ( strawberry-graphql-django ) and Nextjs with Apollo Client.
I don't really understand how can I use the documentation in my case.
If you could give me some ideas or a place where I can find some documentation for this I'd highly appreciate it.
Thank you in advance!