saasitive / django-react-boilerplate

DIY Django + React Boilerplate for starting your SaaS
https://saasitive.com
MIT License
592 stars 88 forks source link

The media files in django (backend) part are not rendering correctly in the frontend #10

Open Avin-Techv opened 3 years ago

Avin-Techv commented 3 years ago

The media files in django (backend) part are not rendering correctly in the frontend, where are the media files stored by default ? can you please put the modified version of the tutorial with django(backend) media files

pplonski commented 3 years ago

I will add a tutorial post on how to handle uploads in DRF+React for sure. I'm a little busy with my AutoML project, now.

You need to set MEDIA_URL and MEDIA_ROOT directories in Django settings.