New: djangoAll contenthive-129948krhive-196917zzanhive-183959hive-185836hive-180932hive-166405hive-144064hive-150122steemhive-101145uncommonlabhive-184714hive-145157hive-188619hive-183397lifebitcoinkrsuccesshive-193637motivationhive-103599hive-139150hive-180301TrendingNewHotLikersamy24 (34)in web • 3 months agoBuilding Real-Time Web Applications with WebSockets and Other TechnologiesIn modern web applications, real-time communication has become a key requirement: from creating a chat application to an online collaboration utility-like Google Docs or a live-streaming web…sergekab (37)in developer • 4 months agoPassionate developerHi everyone, Are there any passionate developer here? I am one. I use to use python, java, angular. Let dm me for discussing Bye.codemy (64)in django • 5 months agoPayment Success/Failure Pages - Django Wednesdays ECommerce 51In 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 thru PayPal, they get redirected…badiifaoui (27)in python • 5 months agoAI, ML, Python, Django, Laravel, React Native VueJs Senior DeveloperWith a career spanning 12 years in development, I bring a wealth of experience and expertise to the table. My deep understanding of Laravel and Django frameworks allows me to tackle complex and…codemy (64)in django • 5 months agoHow To Use Paypal IPN Data - Django Wednesdays ECommerce 50In 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 now we want to use it to validate…bytefaze (25)in webdevelopment • 5 months agoFree Web Development Internship in AhmedabadReady to build your skills and launch your tech career? Bytefaze is thrilled to announce that registration is now open for our FREE Web Development Internship ! New batch started on 22-Aug-2024…codemy (64)in django • 5 months agoPaypal IPN - Django Wednesdays ECommerce 49In 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 information about a transaction back…codemy (64)in django • 5 months agoNgrok For Local Paypal Testing - Django Wednesdays ECommerce 48In 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, but it only really works if…codemy (64)in django • 6 months agoTake Paypal Payments On Our Site - Django Wednesdays ECommerce 47In 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 the Django-Paypal library in…codemy (64)in django • 6 months agoPaypal Sandbox Accounts - Django Wednesdays ECommerce 46In 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 accounts. We'll create both a…codemy (64)in django • 7 months agoDomain Name For Our Project - Django Wednesdays ECommerce 45In 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 default generic URL. Now we want…codemy (64)in django • 7 months agoPush Our App To Web Hosting - Django Wednesdays ECommerce 44In 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. We also need to set up git…codemy (64)in django • 7 months agoAdd Postgres Cloud Database - Django Wednesdays ECommerce 43In 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 with Django, but that's not…codemy (64)in django • 7 months agoClear Shopping Cart Model - Django Wednesdays ECommerce 42In 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 the model for logged in users when…codemy (64)in django • 8 months agoShipped Buttons - Django Wednesdays ECommerce 41In 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 being shipped on our dashboard.…codemy (64)in django • 8 months agoDashboard Item Pages - Django Wednesdays ECommerce 40In 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 page for both shipped and…codemy (64)in django • 8 months agoShipping Dashboard - Django Wednesdays ECommerce 39In 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 in the Django admin area. Now…codemy (64)in django • 8 months agoAutomatically Add Shipping Date - Django Wednesdays ECommerce 38In 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 ship an item. In this video we'll create…codemy (64)in django • 8 months agoOrder Item Inlines - Django Wednesdays ECommerce 37In 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 as well. We'll accomplish this…codemy (64)in django • 9 months agoAttach Order Items - Django Wednesdays ECommerce 36In 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 out. In this video we'll…