Django and PostgreSQL using Docker

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

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

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

    thank you, you explain very well

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

      Thank you . I'm glad you liked it. Subscribe for more content.

  • @sunilchaudhary-t6d
    @sunilchaudhary-t6d 10 месяцев назад +1

    Thanks bro, Thanks alot...

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

    excellent !!!

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

    settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.
    I am getting this while calling a get api.

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

      What value have you passed as your ENGINE value?

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

    web-1 | django.db.utils.OperationalError: could not translate host name "postgres_db" to address: Name or service not known

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

      Hello. Ensure the name of your postgres service in docker-compose.yml file is postgres_db

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

      im getting the same error, did you solve it?