From 8c4eb6716ee1282de039447c35f6afaae65e5f75 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 9 Nov 2019 23:36:21 -0500 Subject: [PATCH] Updated readme to reflect Djangos inclusion --- README.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba8a6b7..16d092b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ The only currently required configuration is to set book_path to the location of ## Current Features Currently pyShelf will recursively scan your collection, extract and store some metadata in the sqlite database. -The basic template system is in place, as well as a template mockup. This can be seen hosted on port 8000 + +Django is being implemented to power the frontend experience, and web based database maintenance. The first steps of which are included in this commit. Also the book database has been switched over to reflect this. ## Future Goals * HTML Frontend for file transfers diff --git a/pyproject.toml b/pyproject.toml index 31ec3a3..08bc4fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,4 +7,4 @@ use_parentheses = true # NOTE: the known_third_party setting is managed by # seed-isort-config and should not be modified directly. # Any changes made to this setting will be overwritten. -known_third_party = ["PIL", "bs4", "requests"] +known_third_party = ["PIL", "bs4", "config", "django", "interface", "lib", "requests"]