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?
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?
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.
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
Excellent Bro, cintinue this way
is this project completed??
can i start this??
Thanks so much your tutorials are amazing 😍😍😍.
I have a question in near future are going to make a tutorials about Django rest Framework 😊😊
Yes, not sure how “near”, but I will take a look at it in the future .
@@ajudmeister thanks 🙏
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?
Did you set up a media server? Static images should work, but for media files you need a media server.
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?
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.
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
Yes, I will be making a stripe tutorial in the future
thank you so much sir
thankyou soo much
thank you
after I set this environment variable it gives me "django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet." error. Please help me
This could be because of the order in your code. Is environ initialized before all the configurations in your settings.py file?
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
Django cannot find your settings module. Do you set different settings files depending the environment?