mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Updated readme to reflect Djangos inclusion
This commit is contained in:
@@ -22,7 +22,8 @@ The only currently required configuration is to set book_path to the location of
|
|||||||
|
|
||||||
## Current Features
|
## Current Features
|
||||||
Currently pyShelf will recursively scan your collection, extract and store some metadata in the sqlite database.
|
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
|
## Future Goals
|
||||||
* HTML Frontend for file transfers
|
* HTML Frontend for file transfers
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ use_parentheses = true
|
|||||||
# NOTE: the known_third_party setting is managed by
|
# NOTE: the known_third_party setting is managed by
|
||||||
# seed-isort-config and should not be modified directly.
|
# seed-isort-config and should not be modified directly.
|
||||||
# Any changes made to this setting will be overwritten.
|
# 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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user