Watch Django Wednesdays Ecommerce Playlist Subscribe To My TH-cam Channel: bit.ly/3OBQJfN bit.ly/2IGzvOR See More At: Join My Facebook Group: Codemy.com bit.ly/2GFmOBz Learn to Code at Codemy.com Buy a Codemy T-Shirt! Take 50% off with coupon code: youtube50 bit.ly/2VC9WUN Get The Code bit.ly/47xAhWJ
Hi John, I love your teaching for us and I hope to learn everything from you . I am very happy because I almost finished my first E-Commerce website and at the same time sad because I don't want this playlist to end, but I am waiting for all the upcoming playlists from you. In the end your student from Egypt 🥰
Believe me when i say this is my first comment in You tube in over 10 years. I love your teaching style John, more than anybody teaching Django/python related stuff and i wish you can teach me everything i need to know to become a Full stack developer. I have completed my personal portfolio and my NGO/Charity website with Django, all thanks to you. May GOD bless you and give you long life and prosperity John. Please when i you going to teach about payment gateways like stripe or pay pal with Django? I would really love to learn that from you. Thanks once more and all the best...
Btw who else feels deployment and hosting has it's own learning curve 😅 Like deployment on something like vercel or railway Hosting your database in something like supabase, host your bucket for media in something like aws or google cloud Securing all your environment variables and testing This can keep you going for a whole week depending on the scale of the application
Hi John. I need your help. I was able to deploy the postgresqlite database on railway, but my payments for a hobby plan isn't going through. I want to know if I can deploy on render or heroku while my database is still on railway. Pls reply fast thanks.
Hi John, I'm not able to generate public domain for the deployed app, railway is asking for some "target port" to generate domain, I have tried with different port codes but its not working, please help!
Thank you for the video. Everything worked great, but my deployed site seems to have broken image thumbnails for some reason. Not 100% how to use the admin panel - I am guessing we cannot, since now the app is deployed, would have to take it down and repeat process?
Good day John Am I the only one who can't deploy from my GitHub repo because I'm getting a message that says "We couldn't enable code deployments for your trial. Upgrade to a paid plan to deploy code". I explicitly followed all the steps from the video. Any idea on how I can go about this?
@@CodemycomI don't think it has to do with something in the video. I just reviewed a few things and discovered a message on the railway page that my Github account disallowed code deployments, so I have to upgrade my account.
@@Codemycom The main thing is that I'm unable to deploy my project from github, when I click deploy from repo, it just loads a bit and nothing happens. After that, I see a message that says no active deployments for this service. It doesn't show failed deployment or anything of some sort like yours
@@CodemycomJust read on the railway docs that code deployments will automatically be disabled for a free trail if railway is unable to verify your github account. So I guess that's my current ordeal.
Teacher - Very Good the Course. Thanks. Question:I forgot to activate Virtual environment when I deposit my files in repository. Is bad that , do I have to redo this ? thanks again
Surprise surprise ! John, it's not working. I'm constantly getting a Error: No start command could be found. Followed every step thoroughly and tried it again and again. Nothing.
You left something out...either the procfile, the requirements.txt, or runtime.txt or you typed something wrong in any of those files...or you didn't pip install one of the things.
@@TheLummen. Yeah I believe it's not working, but it's because you likely either left something out, or mis-typed something...maybe in the procfile or runtime...capitalization matters, maybe in settings.py. Come back in a day or two with fresh eyes and you'll likely see it right away...
Hi John, I encountered an error that says "No start command could be found" while deploying. I have written Procfile as it. I also tried to retrace the error but couldn't find it. Any suggestions?
@@antukin5469 No, but I hosted PostgreSQL database in Railway and the Django application in Render and It worked for me. So I didn't tried to figure out what was the problem 😅
@@somanathsingh1303 Hi :) i tried this advice and deploy the project successfully. but the image is missing. do you have and tips to make it work please?
Since ı had this weird UTF-8 error ı was keep giong and not able to do the migration. Now all ı think ı was able to connect but since ı forgot that migration ı believe my app is crashing on deployment. and now trying to solve it locally. This was way harder than doing th code for me. Again again Thank you for the amazing video
Yeah, we’re gonna add credit card stuff to teach those things…but we aren’t starting a book company here, this is just an example. That really should be obvious…
You didn’t pay attention…they offer a free account for your test project. But like, obviously use any company you want... it doesn't matter in the least.
@@Codemycom sure 👍 I have used railway in the past when it was free, but now I feel vercel is just supper great for developers looking to put something online supper quick and easy with less setups and totally free 🐥 I have like 7 projects on vercel and I haven't paid a dime But with railway just 3 and I was out of resources 😂 And the most important thing with vercel you understand how hosting really works and pick up useful skills like serving your media and static by just doing extra URL configuration (if it's a small project and you don't want to use White noise and gunicornn blah blah 🫠) Railway just does all the heavy lifting for you
Watch Django Wednesdays Ecommerce Playlist Subscribe To My TH-cam Channel:
bit.ly/3OBQJfN bit.ly/2IGzvOR
See More At: Join My Facebook Group:
Codemy.com bit.ly/2GFmOBz
Learn to Code at Codemy.com Buy a Codemy T-Shirt!
Take 50% off with coupon code: youtube50 bit.ly/2VC9WUN
Get The Code
bit.ly/47xAhWJ
Hi John, I love your teaching for us and I hope to learn everything from you . I am very happy because I almost finished my first E-Commerce website and at the same time sad because I don't want this playlist to end, but I am waiting for all the upcoming playlists from you. In the end your student from Egypt 🥰
Glad to hear it!
Believe me when i say this is my first comment in You tube in over 10 years. I love your teaching style John, more than anybody teaching Django/python related stuff and i wish you can teach me everything i need to know to become a Full stack developer. I have completed my personal portfolio and my NGO/Charity website with Django, all thanks to you. May GOD bless you and give you long life and prosperity John. Please when i you going to teach about payment gateways like stripe or pay pal with Django? I would really love to learn that from you. Thanks once more and all the best...
Thanks! But if you know Django then you ARE a full stack developer. Payment stuff coming soon.
@@Codemycom Thanks a lot Sir. Looking forward to it.
Thank you friend, by watching your category navbar videos in django, I solved my very big project. Thank you from the heart brother
Very happy to hear it!
Hi John, 5 Star Tutorials - Thanks for the happy vibes.
glad you like them!
I like your teaching style you teach nice and every concept gets clear. Thanks man for this valuable teaching.
You are very welcome
I just have to say, you are absolutely amazing thank you so much for this course !!!
thanks! Glad you enjoy it!
It finally worked. thanks John ❤❤❤
Btw who else feels deployment and hosting has it's own learning curve 😅
Like deployment on something like vercel or railway
Hosting your database in something like supabase, host your bucket for media in something like aws or google cloud
Securing all your environment variables and testing
This can keep you going for a whole week depending on the scale of the application
yeah
Hi John. I need your help. I was able to deploy the postgresqlite database on railway, but my payments for a hobby plan isn't going through. I want to know if I can deploy on render or heroku while my database is still on railway. Pls reply fast thanks.
I was waiting for this John ! Maybe we should do an every day is Django day 😁
Ha! That'd be fun
thanks a lot for this video, i really learn a lot. so relief and content after push it to web hosting...
Glad it was helpful!
Hi I have been following and I appreciate this series of videos. THANK YOU! Would you please continue on showing how to code in STRIPE payments ?!
well yeah
The only videos that get low views are legendary ones like this one ❤
ha
Hi John, I'm not able to generate public domain for the deployed app, railway is asking for some "target port" to generate domain, I have tried with different port codes but its not working, please help!
Thank you for the video. Everything worked great, but my deployed site seems to have broken image thumbnails for some reason. Not 100% how to use the admin panel - I am guessing we cannot, since now the app is deployed, would have to take it down and repeat process?
you can still use admin...you likely missed a step in the process.
Good day John
Am I the only one who can't deploy from my GitHub repo because I'm getting a message that says "We couldn't enable code deployments for your trial. Upgrade to a paid plan to deploy code".
I explicitly followed all the steps from the video. Any idea on how I can go about this?
I'd go back and watch again because you missed some step in the video, even though you said you didn't.
@@CodemycomI don't think it has to do with something in the video. I just reviewed a few things and discovered a message on the railway page that my Github account disallowed code deployments, so I have to upgrade my account.
@@SalamiEdwin weird
@@Codemycom The main thing is that I'm unable to deploy my project from github, when I click deploy from repo, it just loads a bit and nothing happens. After that, I see a message that says no active deployments for this service. It doesn't show failed deployment or anything of some sort like yours
@@CodemycomJust read on the railway docs that code deployments will automatically be disabled for a free trail if railway is unable to verify your github account. So I guess that's my current ordeal.
help! my media files are all wild... i tried to add a railway volume but im really stuck!
hello is it possible to use sqllite database and continue to add payment without changing to postgre databse.
Teacher - Very Good the Course. Thanks. Question:I forgot to activate Virtual environment when I deposit my files in repository. Is bad that , do I have to redo this ? thanks again
You should be ok
Surprise surprise ! John, it's not working. I'm constantly getting a Error: No start command could be found. Followed every step thoroughly and tried it again and again. Nothing.
You left something out...either the procfile, the requirements.txt, or runtime.txt or you typed something wrong in any of those files...or you didn't pip install one of the things.
@@Codemycom I didn't ! And why delete my reply ?
@@TheLummen. you did, or it would work…and I didn’t delete your reply.
@@Codemycom Honestly it's not working. I will sleep on it a bit more.
@@TheLummen. Yeah I believe it's not working, but it's because you likely either left something out, or mis-typed something...maybe in the procfile or runtime...capitalization matters, maybe in settings.py. Come back in a day or two with fresh eyes and you'll likely see it right away...
Hi John, I encountered an error that says "No start command could be found" while deploying. I have written Procfile as it. I also tried to retrace the error but couldn't find it. Any suggestions?
Put it aside for a few days and retrace again...often our brain is too close to notice the errors unless we give it some time.
have you solve it ?
@@antukin5469 No, but I hosted PostgreSQL database in Railway and the Django application in Render and It worked for me. So I didn't tried to figure out what was the problem 😅
@@somanathsingh1303 Hi :) i tried this advice and deploy the project successfully. but the image is missing. do you have and tips to make it work please?
@@antukin5469 re run the command collectstatic and check again...🤞
for the railway deployment its showing There is no active deployment for this service. and there is no pgpassword key what do I do?
whatch the video and try again, figure out what you did differently from the video
hey is there going to be a video on stripe payments?
Yes
of course
hi john, Railway gave me limited access and therefore i can't deploy the project, any advice?
Contact them. They give everyone $5 in credit...why didn't they give the same to you? Otherwise you'll have to pay for a hobby plan.
Since ı had this weird UTF-8 error ı was keep giong and not able to do the migration. Now all ı think ı was able to connect but since ı forgot that migration ı believe my app is crashing on deployment. and now trying to solve it locally. This was way harder than doing th code for me. Again again Thank you for the amazing video
Can I really order books, John ??
this is a tutorial, not a real website. If you want the books buy them on Amazon.com
@@Codemycom I thought the website asks for card details so well is like just gonna sent this. Wellll. Nice Project
Yeah, we’re gonna add credit card stuff to teach those things…but we aren’t starting a book company here, this is just an example. That really should be obvious…
I have done everything but still getting "Application failed to respond". Someone help me out.
Then no, you haven't done everything...you'll have to retrace your steps and try again to discover what you missed.
What happened to Machine Learning Monday series?
Coming soon
@@Codemycom Will you teach ML in python instead of R?
@@PythonicMind2 We'll be discussing a broad range of things in python and R
I wish a video about django admin templates and design our django admin page to come easier for clients 🥰❤
I have videos about that scattered in the channel a bit
@Codemycom OK thanks so much 🙏
To reach this point and be able to upload the project, it took me 42 deployments and 100 commits.🤭
@@scarplus amazing
thank you 😇
You're welcome 😊
I’m back on Django class, i need it this video thanks 🙏
Happy to hear it!
I am not paying 5 dols for a test project 💀😂
Why not use vercel
You didn’t pay attention…they offer a free account for your test project. But like, obviously use any company you want... it doesn't matter in the least.
@@Codemycom sure 👍
I have used railway in the past when it was free, but now I feel vercel is just supper great for developers looking to put something online supper quick and easy with less setups and totally free 🐥
I have like 7 projects on vercel and I haven't paid a dime
But with railway just 3 and I was out of resources 😂
And the most important thing with vercel you understand how hosting really works and pick up useful skills like serving your media and static by just doing extra URL configuration (if it's a small project and you don't want to use White noise and gunicornn blah blah 🫠)
Railway just does all the heavy lifting for you
me quede trabajo en este video, si alguien le paso lo mismo con railway por favor contactarse para ayuda mutua, muchas gracias
Nice thank you very much
Welcome!