Mannn, you really came clutch with this tutorial. I was stuck on deploying to Heroku and all reference on youtube were a bit outdated. Thanks for this. Much appreciated.
thanks for this video man, i really feel that the recently knowledge about deployment is very hard to access, it´s necesary more videos in the community about the most recent problems and bugs and how to can resolve
If you set them up properly, no. You can set them up using whitenoise. I have a tutorial where i explained how to: ruclips.net/video/OeywgMArAGM/видео.htmlsi=yBZk5ZmSq_rzwfW1
Thanks for the latest video man. I've a challenge whenever I set debug to False I reverse a 500 sever error message but when Debug if True nothing happens. What do you think is the cause of this. Thank you sir
It is not advised to use [*] in production, as it isn't secure. Instead, what you can try is this: In your allowed hosts, pass in the url that hosts your website. Example: ALLOWED_HOSTS = ['www.domain.com']
@@the_proton_guy it's basically a STATIC FILE ERROR, I put this line in Settings.py: DEBUG_PROPAGATE_EXCEPTIONS = True , at the bottom and it pointed to me the exact file giving problems. Thanks
Maybe your problem is patience? At exactly 14:09 I talked about creating and connecting a postgresql database. Watch the tutorial closely before dropping a comment complaining
Mannn, you really came clutch with this tutorial. I was stuck on deploying to Heroku and all reference on youtube were a bit outdated. Thanks for this. Much appreciated.
I am glad I could help 🥳👍🏿
Thanks a lot. A great tutorial by far. Love it.
Thank you! I am glad I could help 🎉🎉
Helped me a lot on a tight deadline. Thanks a lot!
I am glad I could help 🎉🎉
thanks for this video man, i really feel that the recently knowledge about deployment is very hard to access, it´s necesary more videos in the community about the most recent problems and bugs and how to can resolve
Thanks man🥳
Great explanation, will we have problems with static files loading?
If you set them up properly, no. You can set them up using whitenoise. I have a tutorial where i explained how to:
ruclips.net/video/OeywgMArAGM/видео.htmlsi=yBZk5ZmSq_rzwfW1
@@the_proton_guy Thankyou
Thank you very much .
Glad I could help 🥳🥳
thanks :)
You are welcome 🥳
Can we search it in India by keeping the region as us ??
Yes, you will be able to access your website even if the location is us
used this for 3 different projects this semester
I am glad you could!
Hello, i am unable to see option Hobby Dev - Free in Heroku Postgres Resources
Hii, yes, that's true. They have removed their hobby plan
is heroku free for hosting a demo project ?
No, their free tier was removed
Thanks for the latest video man. I've a challenge whenever I set debug to False I reverse a 500 sever error message but when Debug if True nothing happens.
What do you think is the cause of this.
Thank you sir
I had this very error recently. When deploying, did you specify any domains in the allowed hosts list in the settings.py?
@@the_proton_guy I specified as allowed host ['*']
It is not advised to use [*] in production, as it isn't secure. Instead, what you can try is this:
In your allowed hosts, pass in the url that hosts your website. Example:
ALLOWED_HOSTS = ['www.domain.com']
@@the_proton_guy it's basically a STATIC FILE ERROR, I put this line in Settings.py: DEBUG_PROPAGATE_EXCEPTIONS = True , at the bottom and it pointed to me the exact file giving problems. Thanks
I am glad you were able to fix the error
Dude, you don't have a postgresql database, just wasted 15 mins of my time, just correct your title
Maybe your problem is patience? At exactly 14:09 I talked about creating and connecting a postgresql database. Watch the tutorial closely before dropping a comment complaining