
django Tag Posts Index
Explore on-chain topics from the Hive blockchain.
- →
Payment Success/Failure Pages - Django Wednesdays ECommerce 51
In this video we'll create our payment success and payment failure pages for our ecommerce app with Django and Python. When a customer finished making a payment
- →
How To Use Paypal IPN Data - Django Wednesdays ECommerce 50
In this video we're going to capture the Paypal IPN data that's being sent to our app and do something with it. We've set up the framework to grab the data, but
- →
Paypal IPN - Django Wednesdays ECommerce 49
In this video we'll start to set up Paypal IPN for our Ecommerce Site with Django and Python. IPN stands for Instant Payment Notification, and it's what sends
- →
Ngrok For Local Paypal Testing - Django Wednesdays ECommerce 48
In this video we'll set up Ngrok so that we can test our PayPal Payments locally for our ecommerce app with Django and Python. In the last video we set up PayPal,
- →
Take Paypal Payments On Our Site - Django Wednesdays ECommerce 47
In this video we'll set up Paypal Payments on our Django Ecommerce site. Accepting Paypal on our site is important, and easier than you may think! We'll implement
- →
Paypal Sandbox Accounts - Django Wednesdays ECommerce 46
In this video we'll start to set up payment processing for our Django Ecommerce App. First we'll focus on Paypal. To get started we need a couple of Paypal Sandbox
- →
Domain Name For Our Project - Django Wednesdays ECommerce 45
In this video we'll add a domain name to our Ecommerce app with Django and Python. In the last video we pushed our app to Railway for hosting, but we used their
- →
Push Our App To Web Hosting - Django Wednesdays ECommerce 44
In this video we'll push our Django Ecommerce app online to web hosting using Railway. We need to make a few minor changes to our app to prepare it for webhosting.
- →
Add Postgres Cloud Database - Django Wednesdays ECommerce 43
In this video we'll add the PostgreSQL database to our ecommerce app with Django and Python. Up until now we've been using the basic SQLite3 database that comes
- →
Clear Shopping Cart Model - Django Wednesdays ECommerce 42
In this video we'll clear our shopping cart model on checkout. A few videos ago we cleared the shopping cart cookies when a user checks out, but we didn't clear
- →
Shipped Buttons - Django Wednesdays ECommerce 41
In this video we'll add Shipped and Unshipped buttons to our order dashboard for our ecommerce app with Django and Python. We want to be able to mark an item as
- →
Dashboard Item Pages - Django Wednesdays ECommerce 40
In this video we'll build onto our Shipping Dashboard by making each order clickable. When clicked, they'll point to a separate page with order items. We need a
- →
Shipping Dashboard - Django Wednesdays ECommerce 39
In this video we'll create a shipping dashboard for our ecommerce website with Django and Python. In the last few videos we sorted out our orders and ordered items
- →
Automatically Add Shipping Date - Django Wednesdays ECommerce 38
In this video we'll automatically add a Shipping Date to our Ecommerce App with Django. In the last video we added a "shipped" checkbox to click when we
- →
Order Item Inlines - Django Wednesdays ECommerce 37
In this video we'll add our Order Items to our Orders on the Django Admin Area. When we click an order in the admin area, we want the ordered items to appear there
- →
Attach Order Items - Django Wednesdays ECommerce 36
In this video we'll add order Items to our orders for our Ecommerce app with Django and Python. In the last video, we generated an order for our customers who check
- →
Generate Orders - Django Wednesdays ECommerce 35
In this video we'll generate orders for our user in the database. We'll take the shipping and billing information that we gathered in the last few videos, and use
- →
Billing Info - Django Wednesdays ECommerce 34
In this video we'll start to build out the Billing section of our order checkout for our Ecommerce app with Django. We need to collect the customer's billing
- →
Fix Shipping Model Problem - Django Wednesdays ECommerce 33
In this video we'll fix the new user Shipping Form problem in our ecommerce app with Django. When we created the shipping form several videos ago, we forgot to account
- →
Order Checkout - Django Wednesdays ECommerce 32
In this video we'll start to build out the order checkout process for our ecommerce website with Django. We'll start by creating a checkout button on our cart summary
Leave django Tag Posts Index to discover