qubitron / django-react-devcontainer

Tutorial + sample code for setting up a django + react +postgres development container
56 stars 20 forks source link

Serving static files from Azure Blob storage #2

Closed knguyen1794 closed 4 years ago

knguyen1794 commented 4 years ago

hi @qubitron,

I'm developing an app that follow the same concept of having Django rest serving backend api and React.js for frontend but without remote container.

I've been following the your DjangoCon video on Youtube to see how you configured the app to serve static files from Azure Blob storage. Any chance you can explain that a little more clearly (in the video, you were sort of rushing at the end so it was a bit unclear)?

knguyen1794 commented 4 years ago

I found out it was actually the lib django-storages that help to handles all these.