Deploy Django with Digital Ocean App Platform

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

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

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

    Thanks dude, your video helped a ton. I did not make migrations and I was freaking out. Very detailed video

  • @FaizanNadeem-x3i
    @FaizanNadeem-x3i 10 месяцев назад

    this video is just a thing a need. Thanks man you are doing great.

  • @Cash2u7
    @Cash2u7 8 месяцев назад +1

    You're a Legend

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

    Hey thanks for the great video!
    Have you ever compare between Digital Ocean vs others like Vercel or Cyclic or Railway?
    Would love a comparison video between these similar services.

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

    i have an app django on a droplet. Is this a better option? thanks for the video

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

    Hey thank you very much for this video!! Can you also make more videos on Django deployment on a VPS from scratch? And also how to do troubleshooting

  • @quickfixportal
    @quickfixportal Год назад +3

    Can we serve also media files like jpeg etc? If not what should we do on the server side.I already defined media root and url on django

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

    Hi will you please make one more video on deployment or django channels on digital ocean 😢

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

    Thanks. Helped me a lot..

  •  8 месяцев назад

    Congratulations for the video!
    Sorry how can I fix this error "Bad Request (400)"?

  • @adnantamimi1128
    @adnantamimi1128 8 месяцев назад

    i get this error - (2002, "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)"). Any idea how to fix it?

  • @IbnMilz
    @IbnMilz 9 месяцев назад

    I get deployment fail when use environ library to set up environments. Any help

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

    Did everything successfully. But I when redeploy blog images stop showing

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

    just pasted some code in the most confusing part and ran with it 10:17. Does anyone know what that is that he pasted ?

  • @abirhossainrohan8067
    @abirhossainrohan8067 9 месяцев назад

    I am getting 500 server error any suggestion s

    • @asadhimself
      @asadhimself 8 месяцев назад

      you can set DEBUG to true in order to check error or find django error logs for catching errors. 500 is internal server error so something happened in your code

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

    i am getting this error :
    NameError: name 'get_random_secret_key' is not defined