Deploy with Daphne and Redis - Real-Time Chat app - Part 10

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

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

  • @Armin-q6p
    @Armin-q6p 8 หลายเดือนก่อน

    Excellent Bro, cintinue this way

    • @paracetamol5031
      @paracetamol5031 8 หลายเดือนก่อน

      is this project completed??
      can i start this??

  • @salo_kh
    @salo_kh 7 หลายเดือนก่อน +2

    Thanks so much your tutorials are amazing 😍😍😍.
    I have a question in near future are going to make a tutorials about Django rest Framework 😊😊

    • @ajudmeister
      @ajudmeister  7 หลายเดือนก่อน +1

      Yes, not sure how “near”, but I will take a look at it in the future .

    • @salo_kh
      @salo_kh 7 หลายเดือนก่อน

      @@ajudmeister thanks 🙏

  • @vaig655477
    @vaig655477 5 หลายเดือนก่อน +1

    When I deployed using render, all my local images broke. I thought it was because of the free version and the inability to access the disk. How does it work for you?

    • @ajudmeister
      @ajudmeister  5 หลายเดือนก่อน

      Did you set up a media server? Static images should work, but for media files you need a media server.

  • @XavierLarrea
    @XavierLarrea 8 หลายเดือนก่อน

    Thank you very much. Great to see the errors and how to solve them! A question: why use redis as it is not free anymore and there are free supported forks like Valkey?

    • @ajudmeister
      @ajudmeister  8 หลายเดือนก่อน +1

      thank you! I used Redis mainly because it was an option on render and as a message broker you can use it for free. Do you know a PaaS who offers Valkey? It is still early days for Valkey, I am waiting when is it widely adopted and offered as a service.

  • @YannAriell
    @YannAriell 8 หลายเดือนก่อน

    Super ! I was wondering if you can provide an example of how to use stripe to manage payments. You can do it with an e-commerce site it will be good

    • @ajudmeister
      @ajudmeister  8 หลายเดือนก่อน

      Yes, I will be making a stripe tutorial in the future

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

    thank you so much sir

  • @utkarshpatel4077
    @utkarshpatel4077 6 หลายเดือนก่อน +1

    thankyou soo much

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

    thank you

  • @JonibekHamroqulov-bf8gp
    @JonibekHamroqulov-bf8gp 4 หลายเดือนก่อน

    after I set this environment variable it gives me "django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet." error. Please help me

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

      This could be because of the order in your code. Is environ initialized before all the configurations in your settings.py file?

  • @JonibekHamroqulov-bf8gp
    @JonibekHamroqulov-bf8gp 4 หลายเดือนก่อน

    Hello, I have an error. When I start daphne server via "daphne core.settings:application", it gives me "Requested setting INSTALLED_APPS, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings." error. @ajudmeister

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

      Django cannot find your settings module. Do you set different settings files depending the environment?