Updated readme to reflect Djangos inclusion

This commit is contained in:
Mike
2019-11-09 23:36:21 -05:00
parent 24cc24fb15
commit 8c4eb6716e
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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"]