Build a Django App on DigitalOcean

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

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

  • @mvn3949
    @mvn3949 2 ปีที่แล้ว +3

    It never works out so straightforward and so it is difficult for newbies or student learners. When i try to deploy a simple working app, it gives me some sqlite3 version error, then i downgrade django version it gives tons of other errors, its a mess.

  • @junkmunkeys
    @junkmunkeys 3 ปีที่แล้ว +2

    Help! Can i just use git like I normally would for version control? What if I want to git pull? Should I just makemigrations like normal? I don't want to code on the droplet server.

  • @lemoncurdfizz
    @lemoncurdfizz 3 ปีที่แล้ว +1

    Awesome Tutorial, Love the way as he explain each details. Thank You.

  • @erinling8908
    @erinling8908 3 ปีที่แล้ว +1

    Thanks alot for the video! I was wondering: I am creating a web app to host and it's an app with 20 fixed chat rooms, each room constantly having 5 students (so 100 users total) where members of the group can discuss the group project through chat in their respective room. What do you think the pricing for something like this be? I know it's hard to gauge with so little description, but anything will do. I want to know what I'm getting myself into, as a student a 200$ bill for example is a no-go.

  • @gersondavidvizquelaleman3233
    @gersondavidvizquelaleman3233 ปีที่แล้ว

    Thank you for the tutorial it is really very good. Along the way I have encountered the problem that I cannot connect to the database, do you know why? thank you

  • @enmanuelvarelapividori7295
    @enmanuelvarelapividori7295 3 ปีที่แล้ว +1

    Hi, I have this problem "curl: (56) Recv failure: Connection reset by peer" after "curl --unix-socket /run/gunicorn.sock localhost
    "
    Why is this? How can I solve it?

    • @sahiljmi2349
      @sahiljmi2349 2 ปีที่แล้ว

      Hey Enmanuel, I'm having the same error. How did you fix this problem if you did? Could you please help me?

  • @dhairya-varshney
    @dhairya-varshney 2 ปีที่แล้ว

    The web app was not working with my domain name, in such a case I open the domain in another browser, it worked!

  • @anuroop345
    @anuroop345 4 ปีที่แล้ว

    Running migrate first time everything worked. After applying some changes to models, when i ran migrate, it executed without errors, but none of the migrations were applied to database tables. Can you help me out on this?

    • @masonegger6503
      @masonegger6503 4 ปีที่แล้ว +1

      When you change the models you need to run a python manage.py makemigrations to create the migration before you run python manage.py migrate

  • @ahmedyamany1160
    @ahmedyamany1160 2 ปีที่แล้ว

    thanks for this awesome video
    i deployed a website with postgresql and always get ssl connection has been lost unexpectedly ,
    i've searched alot but didn't get anything , i wish anyone could help me

  • @Chiny_w_Pigulce
    @Chiny_w_Pigulce 4 ปีที่แล้ว +1

    16:40 you forgot about a comma in password

  • @josephjeanclaude123
    @josephjeanclaude123 3 ปีที่แล้ว

    Thanks a lot, very good.It's working well.

  • @dwightledet5857
    @dwightledet5857 4 ปีที่แล้ว +1

    Nope. This did not work at all. SyntaxError on manage.py?

  • @msvmanikantasrivishnu7788
    @msvmanikantasrivishnu7788 4 ปีที่แล้ว +1

    Thank you

  • @ibrahimoglu
    @ibrahimoglu 3 ปีที่แล้ว

    👍

  • @knows1com
    @knows1com 4 ปีที่แล้ว +1

    Thank you