In this tutorial, we are going to be Building a Django Image Gallery Website. This will accept a user-submitted picture, and then host it online. You must be wondering why one would want to to have an image gallery website, so I have listed few reasons: You can easily share images with anyone. Having an...
Tag: django
Building an Online Invoice Application : Part 3
Finally we have reached our last chapter on Building an online invoice app using Bootstrap5. If you have not been following, read the previous 2 articles. This whole series is mainly based on building an online invoice generator. Directly from the web app, users can create invoices in pdf format and send emails. Github Page...
Building an Invoicing Application
Like many of my tutorials, it features a follow-along youtube video (how to create an invoicing app with Django). The video shows step-by-step how to write the code. There is also a GitHub repository of the code ( Django invoicing application source code). Because of the complexity of this tutorial, I decides to break it into...
Python Web and PDF Scrapping for a Django Web Application
In this tutorial we continue with our Python Django web app development tutorial. We look in to Python web and PDF scrapping techniques that we can use to collect data for our web app. Data can come in many formats, mostly in HTML from other websites – but in some cases you get lists of...