4 ways to serve static files in Django

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 36

  • @dassudhanshu132
    @dassudhanshu132 2 месяца назад

    Very underrated channel. It is pure gold. If you are working on project for over 10k traffic with simultaneously used session

  • @luisloyola3591
    @luisloyola3591 Год назад +4

    wtf!! this channel is pure gold! thx for all

  • @pv4tpuntosdeventa407
    @pv4tpuntosdeventa407 7 месяцев назад

    I lost 3 days testing and modifiying settings. Here was the right configuration of whitenoise!! Thanks a lot!!

    • @davidrivera2546
      @davidrivera2546 6 месяцев назад +1

      you are talking about the deployment in render, righT? because i am fighting because my static resources are not showing.

  • @wowkalucky
    @wowkalucky 24 дня назад

    Great onboarding to the topic.

  • @bharathkumargundala6466
    @bharathkumargundala6466 5 месяцев назад

    Thank you a thousand times. You saved me a lot of debug time.. I was struggling to debug and it turns out that gunicorn was not serving my static files by default

  • @elbersouza1490
    @elbersouza1490 7 месяцев назад

    Thank you very very much!!! I was having a lot of problems in production and this video saved me!

  • @elbauldesantiago5842
    @elbauldesantiago5842 Год назад

    Thank you for your content, I am from Venezuela and I am starting as a backend developer in django

  • @underfakelights
    @underfakelights Год назад +2

    Thank you for this, really helped me figure out why static files were not available after deployment. Best of luck with the channel, subscribed! :)

  • @toDianeDev
    @toDianeDev 5 месяцев назад

    Thank you for helping me remember how to configure collectstatic.

  • @StudiofrogPl
    @StudiofrogPl Год назад +1

    excellent explanation, the best i found on youtube. You are great teacher, thanks.

  • @superbin6021
    @superbin6021 Год назад

    shit, I have spent more than one month just to figure out 1 way to handle static file in django.
    Thank you so much

  • @SantiYounger
    @SantiYounger 6 месяцев назад

    great video man, thanks

  • @yoskele8691
    @yoskele8691 2 месяца назад

    great tutorial

  • @ChopLancer
    @ChopLancer 4 месяца назад

    I've used nginx, it's pretty convenient to do in containers and automatically have Django collect static into a volume shared with nginx, then reboot the nginx container and voila🎉

  • @robertzu43
    @robertzu43 Год назад

    great video! really helpfull, had to change some things for my project, but keep it up.

  • @brisalastiri3819
    @brisalastiri3819 Год назад +1

    very helpful video!

  • @kbnmaster123
    @kbnmaster123 Год назад +2

    love the explanations, hate the keyboard sound

    • @drustan6890
      @drustan6890 10 месяцев назад

      Yea that keyboard sound is annoying

  • @Centerloglk
    @Centerloglk 10 месяцев назад

    You're so good!

  • @adeyemiowolabi6062
    @adeyemiowolabi6062 11 месяцев назад

    I like your voice so I HIT the BELL!

  • @0730pleomax
    @0730pleomax Год назад +1

    Great content! Keep going :D

  • @caglargulucan
    @caglargulucan Год назад

    What should be done if the user does not detect any changes in a static file? For example, I make a change in main.js and the user does not see it. (AWS s3 bucket)

  • @arisntoulla108
    @arisntoulla108 5 месяцев назад

    Thank you

  • @FahadAhmed-ln7so
    @FahadAhmed-ln7so Год назад

    what am I suppoed to add in Static url
    where can I find the AWS S3 CUSTOM Domain and s3 static dir

  • @WarkoSubahan
    @WarkoSubahan Год назад

    Can i use whitenoice for media_url??? I have problem when i uploading image with imageField , image doesn't serve

  • @clearthinking5441
    @clearthinking5441 Год назад

    Serving static files through NGINX, are they cached by default?

  • @marcosmadeira7895
    @marcosmadeira7895 Год назад

    Perfect ❤

  • @pravachanpatra4012
    @pravachanpatra4012 Год назад

    should u run colelctic static before deployment will that work??

  • @aashayamballi
    @aashayamballi Год назад

    Thanks!

  • @Morimove
    @Morimove Год назад

    which is better
    nginx or whitenoise for serving static files?🤔

  • @kyle-m9t3d
    @kyle-m9t3d Год назад

    i love teacher :):):):):)

  • @soportesegumedik
    @soportesegumedik Год назад

    Teamooo

  • @tzzar
    @tzzar 4 месяца назад

    Thank you