Commit Graph

206 Commits

Author SHA1 Message Date
Mike Young
b5bcc4bbf5 Adjusted thumbnails, and nav bar position 2019-11-19 22:21:17 -05:00
Mike Young
7fccdd4c4e Allow all hosts by default 2019-11-19 22:20:16 -05:00
Mike Young
211a40c53c Renamed main.py 2019-11-19 22:03:57 -05:00
Mike Young
f6fb6d1c0e remove nosetest config 2019-11-19 18:32:49 -05:00
th3r00t
8db03dfc55 Update README.md 2019-11-19 16:38:41 -05:00
th3r00t
610ac14c19 Update README.md 2019-11-19 16:38:01 -05:00
Mike Young
80a72c686a Finalized initial download system 2019-11-19 16:31:47 -05:00
Mike Young
59b4ddb0ef Updated Readme 2019-11-19 12:46:01 -05:00
th3r00t
f839e3f736 Update README.md 2019-11-19 12:41:49 -05:00
Mike Young
e0d1710b0b Collected static file 2019-11-19 12:40:29 -05:00
Mike Young
aa36fb2536 basic uwsgi configs for nginx integration 2019-11-19 12:36:56 -05:00
Mike Young
765a93a2c8 Start on download system 2019-11-18 12:46:58 -05:00
th3r00t
9cd352c319 Merge pull request #14 from jonafato/fix-readme-link
Fix Doxygen link in README.md
2019-11-18 10:20:53 -05:00
th3r00t
f4ea6005d7 Merge pull request #13 from jonafato/black
Use black
2019-11-18 10:20:07 -05:00
Jon Banafato
eb96e83954 Fix Doxygen link in README.md 2019-11-17 17:17:14 -05:00
Jon Banafato
72403bd981 Run black on all files 2019-11-17 16:59:14 -05:00
Jon Banafato
e5a634d805 Add black to pre-commit configuration
[black] is a code formatter for Python that ships with sensible defaults
and requires no configuration.

[black]: https://black.readthedocs.io/en/stable/
2019-11-17 16:58:56 -05:00
Mike Young
d55b2d4764 Now displaying book covers on the interface 2019-11-17 13:21:35 -05:00
Mike Young
9edc1f37c0 ignore app/data/ instead of individual files 2019-11-17 10:24:01 -05:00
Mike Young
5255eff365 Display template, book list, and admin page changes. 2019-11-17 10:22:17 -05:00
Mike Young
5f41716b63 Added Nulls, and default 0's 2019-11-17 09:53:00 -05:00
Mike Young
32203e0f2b Ignore shelf.json 2019-11-17 09:48:58 -05:00
Mike Young
c60e52a1fb Custom template filter bin_2_img 2019-11-17 09:45:24 -05:00
Mike Young
99cdc60c47 Refactor for templating 2019-11-17 09:39:31 -05:00
Mike Young
06a1080352 Ignore migrations 2019-11-17 09:38:19 -05:00
Mike Young
257f108827 Added django to requirements.txt 2019-11-15 15:22:04 -05:00
Mike Young
22bac9cc42 Removed frontend/db.sqlite3 from repo 2019-11-15 15:05:38 -05:00
Mike Young
cabefa65e7 Added Djangos db to the igonre list as it shares the book database 2019-11-15 15:03:31 -05:00
Mike Young
5fa6d33f1d Massive code refactoring, and some test rewrites. 2019-11-15 14:48:19 -05:00
Mike Young
d7279a73a7 Massive code refactoring, and some test rewrites. 2019-11-15 14:45:42 -05:00
Mike Young
e012436011 pre-commit, isort 2019-11-10 22:58:22 -05:00
Mike
71a7875aaa Merge branch 'development' of github.com:th3r00t/pyShelf into development 2019-11-10 01:54:20 -05:00
Mike
3676289509 Added version number to config, and title 2019-11-10 01:54:03 -05:00
th3r00t
61f6fc97f3 Merge pull request #11 from th3r00t/development
Development
2019-11-10 01:48:36 -05:00
th3r00t
640a5ff8de Update README.md 2019-11-10 01:41:33 -05:00
Mike
afeee201b6 Added Doxygen, and sem-ver 2019-11-10 01:37:15 -05:00
Mike
948864d51c Added Doxygen, and sem-ver 2019-11-10 01:36:48 -05:00
Mike
88d2d26983 Added Doxygen doc files and config 2019-11-10 01:28:33 -05:00
Mike
ff821099cc ignore spacemacs tmp files 2019-11-10 01:26:30 -05:00
Mike
8c4eb6716e Updated readme to reflect Djangos inclusion 2019-11-09 23:36:21 -05:00
Mike
24cc24fb15 Django project integration 2019-11-09 23:28:08 -05:00
Mike
5c2d93a9e9 Moved main program files 2019-11-09 23:27:04 -05:00
Mike
8cf42db09f Moved main program files 2019-11-09 23:24:07 -05:00
Mike
54b625973f Do not track tag files 2019-11-09 23:17:57 -05:00
th3r00t
b4e158bf15 Merge pull request #10 from jonafato/isort
Use isort
2019-11-09 10:56:22 -05:00
th3r00t
9cc401df11 Merge pull request #9 from jonafato/pre-commit
Use pre-commit
2019-11-09 10:51:52 -05:00
Jon Banafato
98c0a4fc3d Use isort
[isort](https://isort.readthedocs.io/en/latest/) sorts your Python
imports so you don't have to. This makes sure that imports are always
where they should be and prevents issues like duplicated imports and
merge conflicts. Using pre-commit, this can be done automatically
without any manual steps.

Depends on #9.
2019-11-09 10:45:01 -05:00
Jon Banafato
df4dd93347 Use pre-commit
[pre-commit](https://pre-commit.com/) automatically runs tools like
linters and fixers to make development easier. This change adds a simple
pre-commit config file with an example trailing whitespace fixer and
applies it to the existing project.

Additionally, don't ignore the lib directory (an error introduced in #8).
2019-11-09 10:35:32 -05:00
th3r00t
2ff0d35f4b Merge pull request #8 from jonafato/gitignore-updates
Add standard Python .gitignore entries
2019-11-08 23:00:38 -05:00
Jon Banafato
ed8e93e9ac Add standard Python .gitignore entries
Additionally, remove files that should have been ignored by the updates
here.
2019-11-08 22:56:11 -05:00