updated readme and gitignore, and also update the photos.py file to check what file types everything are, then return back a python dict with the absolute path to a file and the type. also updated the sqlalchemy model class to better fit all of our changes (added some fields that correspond to our file types and such).

This commit is contained in:
2021-01-10 16:56:39 +11:00
parent 1afb794bb8
commit 3fdd43467a
3 changed files with 49 additions and 2 deletions

5
README
View File

@@ -1 +1,6 @@
In here we can put instructions on how to run this / any general info
pip packages:
* pymediainfo
* PIL (should be there by default)
*