To check image upload via REST API, perform these steps:
- Download the code.
- Create a virtual environment with Python 3.
- Install the pip requirements from requirements.txt.
- Migrate the database.
- Create the superuser.
- Run the local development server.
- Visit
http://127.0.0.1:8000
and try out the forms.
This is how it looks there:
Read more about file uploads using Django REST Framework at the DjangoTricks blog.