Python

Trips App

Oct. 22, 2022 | Category: Django | Tags: Python

Overview

The idea of this project is to have one place (a database) to save info about my trips and flight searches. Then to build a Django app to display and interact with that info.
GitHub repo: trips.
A work in progress version of the app running here: Trips …

Resumes App

July 9, 2022 | Category: Django | Tags: Python

The Idea

A small project to build a database where to save some job searches and related things with a Django app in front, to access that data.
GitHub repo: resumes
A work in progress version of the app running here: Resumes (creds: user: demo / pass: demo2022).

The Project's …

BankExp App

June 27, 2022 | Category: Django | Tags: Python

Overview

A work in progress project for an app to store some of my bank statements and to view and manage that data. The idea would be to save the data from the csv files to a database and use Django to build an app to interact with that data. …