Migrate your local database to production in Django

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

ความคิดเห็น • 18

  • @awesomejr.530
    @awesomejr.530 4 หลายเดือนก่อน

    Wow... I have been looking for a way to do this and here you are with the full tutorial. Thanks alot man.

    • @CloudWithDjango
      @CloudWithDjango  4 หลายเดือนก่อน

      My pleasure! Hope it helps!

  • @ZFCaio
    @ZFCaio 4 หลายเดือนก่อน

    Thanks again buddy

  • @Kishikato
    @Kishikato 4 หลายเดือนก่อน

    hope you make a tutorial about htmx + django in the future

    • @CloudWithDjango
      @CloudWithDjango  4 หลายเดือนก่อน

      Thank you for the suggestion!

  • @NuurRhama
    @NuurRhama 4 หลายเดือนก่อน

    Amazing video, one of my most waiting videos is now realised.
    Thanks a lot....❤‍🔥❤‍🔥❤‍🔥

    • @CloudWithDjango
      @CloudWithDjango  4 หลายเดือนก่อน

      Thank you so much!! I'm glad that you are happy about it! It's a great pleasure! :)

  • @frameff9073
    @frameff9073 4 หลายเดือนก่อน

    good thank you

    • @CloudWithDjango
      @CloudWithDjango  4 หลายเดือนก่อน

      My pleasure! Glad that you liked it!

  • @lordshadow2687
    @lordshadow2687 3 หลายเดือนก่อน

    can you please make a tutroial about uploading a django project in render cloud hosting and i have a question would you say that using docker is better for hosting a django project or using git is enough ?

    • @CloudWithDjango
      @CloudWithDjango  3 หลายเดือนก่อน

      Hi. I do have a tutorial on uploading a django project to render with cloud hosting. You can find it here: th-cam.com/video/AgTr5mw4zdI/w-d-xo.html
      As for your question. Using Docker is better for hosting a Django project as it provides a consistent environment, while Git alone is mainly for version control, not deployment.
      Good luck!

    • @lordshadow2687
      @lordshadow2687 3 หลายเดือนก่อน

      @@CloudWithDjango ty for the answer i look forward to your upcoming videos

    • @CloudWithDjango
      @CloudWithDjango  3 หลายเดือนก่อน

      My pleasure! Thank you so much!

  • @mathtutorial256
    @mathtutorial256 4 หลายเดือนก่อน

    can you give me a road map from django please?

    • @CloudWithDjango
      @CloudWithDjango  4 หลายเดือนก่อน +1

      Hi. Sure, I can give you some insight. I'd suggest that you start with Django basics like models, views, templates, and URL routing, then move on to user authentication, forms, and static files. Once you are comfortable with that, I'd say explore advanced topics such as REST APIs, deployment, and scaling with tools like Docker and AWS.

  • @raveena.sharma
    @raveena.sharma 2 หลายเดือนก่อน

    What about cPanel MySQL

    • @CloudWithDjango
      @CloudWithDjango  2 หลายเดือนก่อน

      Thank you for your suggestion!