We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc says use CloudinaryJsFileField, and some instructions to set it up with a frontend template and a view. How do I do it with the django admin?
The text was updated successfully, but these errors were encountered:
Hi @ygamretuta,
Sorry for the delayed response.
You can override and provide your own ModelForm to add the CloudinaryJsFileField.
There is an example of this field in our Django sample - https://github.com/cloudinary/cloudinary-django-sample
Also, please refer to the Django docs for more info on customised forms in Admin - https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.form
Sorry, something went wrong.
MaorGariv
No branches or pull requests
doc says use CloudinaryJsFileField, and some instructions to set it up with a frontend template and a view. How do I do it with the django admin?
The text was updated successfully, but these errors were encountered: