-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
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
Drf extra fields base64 integration #445
Drf extra fields base64 integration #445
Conversation
@WasinTh How would I use the attached code? |
@vladdoster I've added the sample code in the documentation. Please look at this link The simplest way to use is add all that code block into your views.py. Regards, |
That link seems to 404? |
A potentially cleaner solution: Hipo/drf-extra-fields#66 (comment) |
Add sample code to correctly generate document on Base64ImageField, Base64FileField, Base64FieldMixin of drf-extra-fields project.