Django 2.1 - Hosting and deploying app on Heroku - 13/14

preview_player
Показать описание
In this video we learn to host our Django project on Heroku for free. Below is the check list you of things you need to do to host your Django project on Heroku.

- Copy the project seperately
- Go to 'Getting Started on Heroku with Python'
- Create an Heroku account
- install pipenv
- Install git ( check git --version)
- Install Heroku CLI
- Login heroku
- Create a virtual enviroment
- Check which version django,requests you have and install it
- Go to django heroku
- Create a Procfile and
- Install django-heroku
- Install guincorn
- heroku create attreyaweb (to create an app on heroku)
- git status git commands - (git push heroku master
- Open up the website)
- Admin panel not working. heroku run bash. Migrations

Рекомендации по теме
Комментарии
Автор

I love you man! This video of yours helped me a lot! Thank you so much! That's it. Thank you very much!

dennielluissadian
Автор

PROTECT THIS MAN AND PLEASE NEVER TAKE THIS VIDEO DOWN I LOVE YOU AS A BROTHER

SosaiOyama
Автор

Heroku create <app_name> will automatically add Heroku's remote to the git repository. You had to add it manually because you had removed the .git folder from the copied folder. Also, you had sqlite3 on your local machine, but Heroku uses PostgreSQL.

noopurp
Автор

Bro, you removed a whole lot of tension from my head, Thanks a lot bro.

O.nitin
Автор

I love you, best instrucion ever, India is the best IT in the world

noahdrisort
Автор

you saved me, i've been trying to push my site to heroku for days and all sort of errors were popping up in my screen, now my site is up and running so i had to thank you "thank you very much".

ziadtarek
Автор

Thanks a lot man for this Video, I can't explain how much trouble I faced while deploying my django app for months. Finally I deployed it. Thanks

alexmiller
Автор

Really nice video man and you explained each step one by one, I was really frustrated and scratching my head from last one week to how should I deploy my Django app but your video and explanation worked for me. Thank you and take care:)

diwakarranjan
Автор

very muchthanks struggled one night for you really helped brother....wishing you a good luck and good life

abhayraj
Автор

bro thank you so much in my life first time i host a website i never forget u bro

kiranraj
Автор

Thank you Attreya! This particular video series of yours has helped me tremendously. You have vividly explained everything. :)

indrikaroy
Автор

Bro you just saved my life with this video. Thank you very much! I've never had a teacher as good as you. <3

viniciusroosevelt
Автор

This is super useful. I found deploying on Heroku really complicated, but this made it easier. Thank you!

murraywalker
Автор

Hi, thanks, your video is very clear. And the text size is good so I don't have to squint :)

zubairpatel
Автор

Thanks a lot Man! The instructions are quite simple and it was very much easier for me to deploy my Django app.

narayanansathappan
Автор

this video helped me a lot thank you very much... you have a good way to explain and transmit the information... cheer from an Egyptian man

medoabdin
Автор

it worked with me Thank you!
but there are several things to mention
- if you are going to clone the project from github you need to install django_heruko library from the beginning to be able to run the project
-"git push heroku master" didn't work with me instead I found this command and it worked with well
"git push heroku HEAD:master".


I was facing a big problem with deployment Thank you, you made my live easier.

mimounimohamedali
Автор

with database its much more complex, btw great video

lets_see_
Автор

Thank you very much sir and its working ___love from Assam

samirboro
Автор

Best clear explanation I ever had seen is yours
Thank you so much

rishisharma