Awesome Brother. Almost two days I'm trying to deploy my app. I watched so many videos but nothing works. Your explanation is really awesome and the steps are clear. Expecting more videos on Django framework.
@imaduddinsheikh35463 жыл бұрын
I tried so many reads on Stack Overflow and blogs regarding Heroku deployment on Django apps, but so far your video demonstrated it with perfection. Really thankful for your help.
@codeaura51383 жыл бұрын
Glad it helped. Share it with your colleagues or friends. And don't forget to subscribe the channel.
@LookNumber93 жыл бұрын
FINALLY! A Heroku tutorial that's up-to-date and actually works. Thank you!
@codeaura51383 жыл бұрын
Glad it helped. :D Please, consider subscribing to my channel. More are coming.
@LookNumber93 жыл бұрын
@@codeaura5138 Persistent images using S3 would be a nice complement to the initial tutorial.
@junglegames61532 жыл бұрын
Excellent, voice is perfect🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀
@roozbehghazavi8713 жыл бұрын
This tutorial saved my day .it was one of the best tutorials for deploying a django app on heroku . i don't know how to show my gratitude. thank you so much
@codeaura51383 жыл бұрын
Thank you for your kind words. Share the video and Stick around ...happy coding!
@shneursapo862 жыл бұрын
hey, i just want to say thank you. i spent literall days trying to figure it out, and you showed it all in 15 minutes. i reall appreciate it!!
@codeaura51382 жыл бұрын
I also struggled to figure it out initially. Once I perceived it, i thought of sharing the concept with the community.. Glad you liked it.l Don't forget to subscribe. Waiting for first 1000. :D
@fahadhos2 жыл бұрын
@@codeaura5138 Now not working bro uptade tutorial
@nikhilsingh-xu5mi2 жыл бұрын
Best video for understanding deployment on heroku
@sanusiabubakr19482 жыл бұрын
You really simplified my understanding. Best Heroku deployment tutorial I ever watched... I will be glad if you create one for AWS and Digital Ocean too
@hank862112 жыл бұрын
dude i love u u save my life
@guratete3 жыл бұрын
Thanks mate, been stuck on this for a while and it just made sense. Thanks so much.
@alshahriar99393 жыл бұрын
This is super. Your explanation is awesome bro. keep it up!
@codeaura51383 жыл бұрын
Glad you think so!
@sojasminegjerstad49073 жыл бұрын
Thank you for this great tutorial:).
@codeaura51383 жыл бұрын
You are welcome 😊. Glad it helped you. I would appreciate , if you subscribe to my channel. Trying my best to serve the community.
@pranavarora25113 жыл бұрын
Finally, this tutorial worked for me. Thank you so much.
@codeaura51383 жыл бұрын
You are welcome 😊
@kirannarwade30172 жыл бұрын
Thank you so much sir you helped me 🙏🏻
@promaxcomputer9252 жыл бұрын
Awesome, Awesome. This video is really what i need, thanks and keep doing this great work
@codeaura51382 жыл бұрын
Thank you
@crish24802 жыл бұрын
starting this tutorial right now. I hope that i am successful in deploying the project
@経験KeiKen2 жыл бұрын
Thank you, works superbly
@northerngannet57753 жыл бұрын
Thanks, great video!
@codeaura51383 жыл бұрын
You're welcome!
@SaifulAlam153 жыл бұрын
Explained well. Thanks..
@nelisiwemasango88908 ай бұрын
can I buy you coffee or something?you have no idea how much you have helped me thank you so much
@codeaura51388 ай бұрын
You are so generous.! 🫣
@andresgg78692 жыл бұрын
Cool. Thx for all!
@paborlouise3192 жыл бұрын
Good job 👍. Pls make a tuts on AWS deployment too, I love your contents.
@utkarshsharma1073 жыл бұрын
Will it work on blog app which Corey Schafer has made
@codeaura51383 жыл бұрын
Why not Utkarsh?
@utkarshsharma1073 жыл бұрын
When I clicked on postgres it showed a new tab named heroku data nothing else How to get credintials of host
@codeaura51383 жыл бұрын
Sometimes it takes time to get your db created at heroku
@utkarshsharma1073 жыл бұрын
@@codeaura5138 It's taking a lot is there a solution for this
@utkarshsharma1073 жыл бұрын
It is not working 😭 what to do
@kaitouang73782 жыл бұрын
Thank you so much
@codeaura51382 жыл бұрын
you are welcome
@bartoszzielinski42922 жыл бұрын
Great video. How I can login to PostgresSQL admin panel on deployed app?
@codeaura51382 жыл бұрын
You can download 'pgAdmin' and then create a server in it which can then connect to your database. To create the server, you will need some credentials which can be found on heroku.
@solomonbestz2 жыл бұрын
Requesting a video: Can you please make a video to deploy a django app that successfully sends mail. Thanks. This video was very helpful thanks alot sir.
@JustinDoesntLookAt2 жыл бұрын
so this is pushing the creds directly, seems kinda not secure... make sure the repository is private!
@codeaura51382 жыл бұрын
You are right. I kinda demonstrated how this can be done preliminarily, not securely. Of course, you will have dot-env etc...
@bourkimohamed10683 жыл бұрын
Thanks
@codeaura51383 жыл бұрын
Hey, you are welcome man! Please consider subscription :D
@bourkimohamed10683 жыл бұрын
@@codeaura5138 ok
@alexandergarzo94152 жыл бұрын
How do you handle media files?
@cricketkibaateindaily3 жыл бұрын
Thanks how to create superuser now?
@codeaura51383 жыл бұрын
You can use your local-shell to create a super user. Heroku-cli can be used too..
@avinash-xh6qw3 жыл бұрын
@@codeaura5138 how to create super user after deploying on heroku
@Conormcnproductions2 жыл бұрын
Thanks. Very insightful, but you had me forgetting to make new migrations after changing the database to postgres in the settings file. Also, for the ENGINE field, I wrote "postgresql" at the end of the string instead of "postgresql_psycopg2" as it's more relative to the newer versions of Django
@dhruvpatel56613 жыл бұрын
i am having this error please help me.... ModuleNotFoundError: No module named 'django_heroku' ! Error while running '$ python manage.py collectstatic --noinput'
@codeaura51383 жыл бұрын
I think, I understood your problem. I installed 'django-heroku' package. You might have missed that. Please, watch the video carefully.
@dhruvpatel56613 жыл бұрын
@@codeaura5138 now its working thx bro
@codeaura51383 жыл бұрын
You are welcome. I am happy that you managed to solve it finally. Happy coding! Stay in touch.
@unnatisharma12613 жыл бұрын
I cannot see profile images after deployment is there a solution for this
@avneez16312 жыл бұрын
Can I do it with the MySQL database?
@codeaura51382 жыл бұрын
Yes
@avinash-xh6qw3 жыл бұрын
Great tutorial, you haven't used whitenoise anywhere
@codeaura51383 жыл бұрын
Thank you Ajay, I didn't need whitenoise at all because I didn't deal with any static files in this tutorial. However, you might need whitenoise in real project.
@achyutkayastha42482 жыл бұрын
doesn't show how to import a local postgresql database to the heroku db. But thanks for the initial config
@begaiymkudainazarova29513 жыл бұрын
Hi! Thanks for this great video. Almost everything worked. When I pushed files to github they were saved there inside a folder, not one by one like yours(ex. in my github repository first i can see DDAH/ddah folder and only when i press that i can see all the files) because of this heroku gives me an error when i try to deploy it.
@codeaura51383 жыл бұрын
To avoid this issue, you have to initialize your 'git' inside 'ddah' folder, not 'DDAH' folder.
@nandinichhajed48242 жыл бұрын
ERROR: Could not find a version that satisfies the requirement pywin32>=223 (from pypiwin32) (from versions: none) can anyone help me resolve this error during deployement
@codeaura51382 жыл бұрын
Did you manage to solve it? I removed it from requirements.txt file
@FullStackDevGreg3 жыл бұрын
Sir you forgot to add the build pack Buildpacks under the Settings tab, you should select heroku/python
@openmindjustdoit13063 жыл бұрын
Hi brother can you tech me this Online meeting On zoom or google meeting Let me know
@codeaura51383 жыл бұрын
What is troubling you? Is there any specific problem? Let me know. I thought, this video is sufficient to deploy django app on heroko platform.
@openmindjustdoit13063 жыл бұрын
@@codeaura5138 Its good work with me How work with api to store in database
@rovshenashirov77472 жыл бұрын
Is free?
@codeaura51382 жыл бұрын
To some degree
@devtosxn3 жыл бұрын
Great work. I don't however think it's a nice idea to have to manually put your heroku database credentials in the code that is pushed to github. Just not best practice.
@codeaura51383 жыл бұрын
You are 100% right. For simplicity, actually I demonstrated in that fashion.
@devtosxn3 жыл бұрын
@@codeaura5138 Yes, I understand. Also a tutorial suggestion that I'm very convinced people will find extremely valuable is setting up CI/CD for the Django project, right before they even write any code. So when they push to main branch, it's deployed live. I'm serious when I say I'm yet to find any creator who has done a great job with that kind of tutorial.
@cje88873 жыл бұрын
@@devtosxn I agree, I recently watched and read a lot of the resources available online on how to set up Django + Postgres (or also DRF and Redis), and honestly most of them are not very good, at least not for someone doing it the first time.
@ivayloivanov37442 жыл бұрын
You can add them in the Settings > Config Vars. I guess that's the right way to do? It worked for me.
@bourkimohamed10683 жыл бұрын
Please how to recive notification in my gmaol when someone cotact me in contact form
@fyardlest12 жыл бұрын
This is a good one! But for the DATABASE part, I do not think it is the best way to do it because you expose the credentials.
@codeaura51382 жыл бұрын
You are right. In production, these may come from .env variables. My goal was to demonstrate how to go live quickly.
@duruakuebuka91482 жыл бұрын
Not to be gay, but I love you💀
@tgbotdeveloper2 жыл бұрын
Thanks bro! But Media Files dont work :(
@MagnusAnand2 жыл бұрын
Remember to configure in settings.py: Debug = False
@teghenlesley72502 жыл бұрын
SAVIOUR😔 M FEEELING EMOTIONAL AFTER TRYING AND TRYING
@santiagoortizbasualdo36822 жыл бұрын
any clue about this error? File "/app/.heroku/python/lib/python3.10/asyncio/windows_events.py", line 6, in raise ImportError('win32 only') ImportError: win32 only