You packed a lot of good information into this video. The explanations along the way were very helpful. Just subscribed to the channel.
This is the best explainer video, stright to the point
Needed and clear cut information....Very informative...Do more videos...
yango took me out
You are not mentioning that you are already passing the "static" directory as a bind mount into the application container, which leads to the unnecessary command for collecting the static files inside the container. Also, the bind mount approach is okay for development or a personal project (let's say in your homelab) as long as you don't use the Immutable Image approach, which is recommended in the production stage.
Better stack indeed. Thanks! ππβοΈ
You should always used named volume for your static files. You have used "./static" bind mount volume currently which is confusing. It may be possible we already have "./static" folder inside our Django project as a STATICFILES_DIRS additional paths. So always use named volume.
bro I love this. thank you!!! a greeting from Argentina
No one calls it βY-A-N-G-Oβ. Itβs βJ-A-N-G-Oβ the βDβ is silent. π
When you mount static to /app/staticfiles it overrides the permissions and gives a permission error. If I make chmod 777 static in the base directory than it works but without the CSS loads but not Django-Admin CSS
How can I go about horizontally scaling the web app on multiple servers given that the database container would also be duplicated and out-of-sync?
How to transfer data from csv into django model in production?
I'm looking forward to trying this out next week when I start this process! I've been trying to find videos that really describe the whole process and they seem to always leave something out. Thanks for creating this video! Do you know if this will work the same (more or less) with GeoDjango given that I add the additional requirements for it in the docker file? Thanks!
This was useful π
Very informative video
Awesome thanks π
Thanks. It would be great if you could also show how to deploy this app via HTTPS instead of HTTP. The resources I have found on this are a bit confusing.
Great!π
500 error on github code.. why? on aws deployment
@betterstack