I remember two-person for my Django career, the first one is Corey M, and the second one you. I learned the basics from Corey and the implementation from you. Thanks a lot for helping me become a Django developer. I start learning in March and I have already earned $1K+ hahaha 😁
Hey Dennis, Was looking for something cool to learn and advance, I am from South Africa I must say, your work is my 1st love. Thank you Dude cool beans man.
Thank you dennis for such great contribution i completed it in 2 days after proper understanding it ........................ Django + stripe payment is seriouly best!!!!!!!!!!!
Thanks for all your videos and those that are yet to come....plus guys don't forget to buy a coffee. Keep doing the good work and sharing Knowledge. Waiting patiently for the eCommerce.
Awesome tutorial. Stripe's card UI elements have been deprecated in the meantime, and their website doesn't allow you to view their dashboard without setting up some type of account, but other than that it's a good introduction of how to implement payments! Very much appreciated.
Thank you :) I started by learning on TH-cam just building out small projects. Once I got the hang of asking the right questions on google it became easy to search and understand how to find things. I made a video on this :)
we need more and more tutorial form your bro..due to coronovirus ,we have been quarrantine in home..so we wanna learn more django projects..surely your followers gonna increase in these period
Hello, I have a little tutorial request, I’m wanting to make a search filter with tags and one tag would have many ways to search it. So with a book you could search the first name, last name and type of book? And the tags would be inside the search field and below it with a x to deleted them
How does stripe handle if two customers buy the last item at the same time? Does it send a success/failure token asking for confirmation before processing the payment?
I hope you create tutorial on how to customize the action logging(admin) in DJango because I haven't seen tutorials handling that topic. To see the actions of the users using the web app.
Hi, thank you for your awesome code. Do I need to add any licensing requirements to use your code in a production website? If so, what do I need to add? Thanks again!
Hey Dennis, thanks for your great content. Do you know why the Stripe Elements will not load if I put the form in a view that requires a login (@require_login), does one need to allow permissions somewhere for that stripe js somewhere?
I tried to donate but it isn't going through. I use a verve debit card NGN . What should I do? "Something went wrong, admin has been notified" I got this. Is it for US alone?
Hey Brownhill first off I really appreciate that! I looked into it and location doesn't seem to be an issue since I been able to receive them from several areas around the world. The only thing stripe is telling me is that your bank declined the payment. I'll try to do some more research on this. Again, thank you so much for your consideration, it means the world to me!
I want to convert it to multi language such that When web site is opened From China, chines Letter From India .. Hindi From US .. English For other Country.. other country language All country auto detection and display. As well as Local Language Like in India Multiple languages are spoken like Eng, Hindi, marathi, kannada It should convert to Local Language also.
Don't forget to check out my Complete Django course! dub.sh/NvGboTI
There aren't a lot of stripe django videos on youtube. Thanks Dennis.
Exactly why I made this :) Wanted to use a simple project for the example to keep things simple
Do you know why I love your tutorials? Because You explain everything step by step.
I remember two-person for my Django career, the first one is Corey M, and the second one you. I learned the basics from Corey and the implementation from you. Thanks a lot for helping me become a Django developer. I start learning in March and I have already earned $1K+ hahaha 😁
How brother can you pls tell me how can earn?
what you doing these days?
This same project but adding reoccurring payments as an option would be super helpful. But this was a great video! Thank you!
Hey Dennis, Was looking for something cool to learn and advance, I am from South Africa I must say, your work is my 1st love. Thank you Dude cool beans man.
Thank you dennis for such great contribution i completed it in 2 days after proper understanding it ........................ Django + stripe payment is seriouly best!!!!!!!!!!!
I have followed you from tkinter to django. Wow. Learning is fun
I don't know any programming. But your explanation is very simple and easy to understand. Great video keep it up!
Thank you Umair!
I just wanna say It's very very awesome tutorial, It's simple and easy to understand. Thank you alot.
Thanks for all your videos and those that are yet to come....plus guys don't forget to buy a coffee. Keep doing the good work and sharing Knowledge. Waiting patiently for the eCommerce.
Muhammad thank you so much!! Your donation means more to me than you can imagine :) Much appreciated, I'll keep the videos coming..
This channel gonna have million subs, Thanks a lot!!
One day soon :) I appreciate your support!
You are inspiring me to return to coding. Thanks man.
Wow that's awesome to hear! I wish you the best :)
Awesome tutorial. Stripe's card UI elements have been deprecated in the meantime, and their website doesn't allow you to view their dashboard without setting up some type of account, but other than that it's a good introduction of how to implement payments! Very much appreciated.
Stripe's UI deprecated. Are you sure?
@@Ahmed_Hussain-q3l not in general, just stripes "card elements" in particular :) stripe recommends to use their "payment elements" instead.
The only channel i follow
Thanks a lot for this, waiting for Django videos for beginners
Thank you so much brother. Thanks a lot. you can't imagine how peacefully you have saved my life! :(
wow man...made my life..
Nice one Subscribed...Keep'em comin....
Awesome content Dennis. Thanks to share all this.
Thank You Dennis! it is worth watching and you are a great teacher
Thanks!
So wide description. Very useful.
at 23:17 wat to put in amt if currenecy is inr
Dennis The rocking man.....
Thank you...............Sir Upload this video i am really waiting for long time l.
Thank you so much... Sir.
My pleasure Mohammed!
Awesome 😎😎😎
Exactly the kind of thing I needed to know and understand.
Very nice job sir. 👍
Hello please do a recurring billing cycle app in django... invoice and payment
love from India sir thank you for make amazing video
Stripe not supported in India...so is there any solution if I fetching it's api in India? How to deal with this..
Hey man, do you or anyone know what to do when I get an error "module 'requests' has no attribute 'Session'. I'm getting it at 21:10
gunicorn is said as green unicorn from what I've gathered. Not sure it's either of the ways you said it, but I always say gu-nicorn too.
You amazing man bro keep going
Appreciate it :)
Glad I found your channel
Great content , it would be aweomse if you try to make a part two of this video , to implement 3d secrure (2step verification)
thank you anyway
Thanks for the great vid Dennis!
My pleasure :)
Great Job like always , thnx Dennis
Hey Dennis can you do a video using stripe with first hold after a hour capture a payment method in django rest framework
Your content is awesome and unique, I'm wondering, where have you learned all of this? Thanks man.
Thank you :) I started by learning on TH-cam just building out small projects. Once I got the hang of asking the right questions on google it became easy to search and understand how to find things. I made a video on this :)
Thank you Dennis. Can u make a tutorial on adding items to a cart tutorial ?
Thank you Dennis ! Very usefull tutorial
Am a big fan of your ..
thanks for the video
we need more and more tutorial form your bro..due to coronovirus ,we have been quarrantine in home..so we wanna learn more django projects..surely your followers gonna increase in these period
Hello, I have a little tutorial request, I’m wanting to make a search filter with tags and one tag would have many ways to search it. So with a book you could search the first name, last name and type of book? And the tags would be inside the search field and below it with a x to deleted them
Can you please make a video on how to make documentation page in website using django like bootstrap documentation?
This is one of the series i was waiting for, E-commerce,Twitter clone for real?
Yep! Working on them now :)
You are really awesome man !!!!!!!!!!!!!!!!!!!!!!!!! please make a video on how to upload data on the s3 bucket using the Django form, please.
Dennis, can u please make a tutorial to set up django project using nginx, gunicorn, systemd and postgres, on a remote server. Thanks!
Thanks for the video. It is pretty oudated though as they've changed the site around quite a lot. Either way, great video!
You are awesome bro
Can I implement a commission system like amazon on stripe. Where custumer can pay a store on my website and I get a % commision?
mice and clean tut you are so much understandable
Hi Denniss, could you show how install django registration?
How does stripe handle if two customers buy the last item at the same time? Does it send a success/failure token asking for confirmation before processing the payment?
need some !! I get ; no module name stripe . can not fix it
I would love to see the eCommerce website tutorial. Can you do something with prefetch_related and select_related? Thanks
I hope you create tutorial on how to customize the action logging(admin) in DJango because I haven't seen tutorials handling that topic. To see the actions of the users using the web app.
Hi ,I learned flask and I'm comfortable with it should I learn django too?
Sir How do I pay someone from my stripe to another customer bank account it is possible in the stripe or not
Thank you very much Dennis
Thanks for the video ♥️
Hi, thank you for your awesome code. Do I need to add any licensing requirements to use your code in a production website? If so, what do I need to add? Thanks again!
Can you please create a tutorial on how to deploy Django in google app engine many thanks
Is there no OTP authentication in stripe aa!?
what about making a video explaining django social media authentication ?
It is a very useful sharing. Many thanks. I was wondering if you could introduce the Paypal gateway as well.
Yes I think I'll do that in the eCommerce website.
@@DennisIvy Thanks, Dennis. Your website is perfectly worked. Just to show my support. Enjoy your coffee :)
Thanks Dennis 😊
My pleasure :)
Awesome sir.
Hi Dennis, maybe in future releases chat on reactjs / django
How I can generate/autocreate payments each month? I mean like make a charge each month
Great video
Hey Dennis, thanks for your great content. Do you know why the Stripe Elements will not load if I put the form in a view that requires a login (@require_login), does one need to allow permissions somewhere for that stripe js somewhere?
I tried to donate but it isn't going through. I use a verve debit card NGN . What should I do?
"Something went wrong, admin has been notified" I got this.
Is it for US alone?
Hey Brownhill first off I really appreciate that! I looked into it and location doesn't seem to be an issue since I been able to receive them from several areas around the world. The only thing stripe is telling me is that your bank declined the payment.
I'll try to do some more research on this. Again, thank you so much for your consideration, it means the world to me!
@@DennisIvy mine is a 19digits verve debit card. But the card number limit is like 15 Right?
Arthur Obo Nwakaji
Hey man, I guess verve cards don’t pay online . Apply for a MasterCard or VisaCard and make your online payments. 😊
Interesting.. I have not seen that issue but I'll have to look into it because I don't have the best answer at the time.
Does it works or it is only of show?
Does anybody know why I'm getting a Server Error (500) after submitting a payment? Does it have anything to do with SSL Certificates or Test API Key?
looks like some backend issue.
Deploy site set "DEBUG = True" And then you will see the errror your code throw
please do an eCommerce project
Its next on the list :)
How to get Stripe keys?
Thank you very helpful :)
great video thanks
Hi, there is a problem with multiple submits after double clicking submit button
What should I do please?
I think this was too complicated. Mainly because the web pages have changed quite a lot. I cannot find anything similar between yours and mine
Thanks mate!
when I am using stripe.Customer.create(.....
I am getting ERROR "module 'stripe' has no attribute 'Customer'"
Could you fix this?
Thanks Ivy
Thank you MAN
You are the best
Haha thanks :)
Sir, make a fully social media website ,pls sir
Backend Stuff : 0:00 - 28:28
Thank you man..
I want to convert it to multi language such that
When web site is opened From China, chines Letter
From India .. Hindi
From US .. English
For other Country.. other country language
All country auto detection and display.
As well as Local Language
Like in India Multiple languages are spoken like Eng, Hindi, marathi, kannada
It should convert to Local Language also.
22:47
Just a reminder for me
there is
nothing inside which you provide source code
The entire source code is provided in the video description, i just downloaded and ran it and it works fine :o
Awesome. But simplified
django + vue.js please
It's on my list ;) Might be a bit before I get to it though.
@@DennisIvy Thank you! Most of your viewers are beginners and I think they will benefit more on Vue content rather than React
Hey.. can I cheat the customer by setting the amount*10000 ? 25 dollar donation would turn to 2500 dollar !!!
Thank you
best video
Great❤️
helped
Awesome
Ясно Дениска получаица
When it comes to Stripe Payment gateway, Everyone becomes noob tutor.