Let’s build a photo album app with Django + Python
Welcome back! Python is a very popular programming language with a ton of capability, one of these functions is web development, so let’s build out a photo album app with Python. Now, the specific framework we’ll be using is Django, luckily for us, this project is fully hosted on GitHub, check out the link below to check out this project:
Starting off, this project uses a few different packages to setup, below are all of the packages it uses (from their resource page):
This project is broken down into several different folders, this includes the standard Python files, a database file, and the photos folder as well (which houses several Python files):