Commit Graph

15 Commits

Author SHA1 Message Date
ce38340a22 Classification (#32)
* added some code cleanup for views.py

* added some code cleanup for views.py

* fixed comics not working in the base directory.
2021-05-11 15:52:56 +01:00
9fb2a1c15c added django_extensions and updated admin settings. 2021-04-21 09:11:28 +01:00
c14049ec54 remove settings. everything should be configured via the .env file. 2021-04-21 09:01:18 +01:00
Kyle Harrison
b4d1c4c2cb [ISSUE-3/4] Adds test container and tooling (#8)
* Adding black, isort, and flake8 to pytest

* Applying black, flake8, and isort to codebase
2019-07-29 13:19:03 +01:00
f87ab8636b Merge pull request #7 from apoclyps/docker-support
[ISSUE-3] Adding docker support
2019-07-25 22:35:13 +01:00
ajurna@gmail.com
535fd8b806 added search for admin page on comicbooks. 2016-04-14 13:40:25 +01:00
ajurna@gmail.com
dd38e4c3f1 added date added to admin interface 2016-04-05 11:21:02 +01:00
ajurna@gmail.com
1a37db8f22 massive change on how files are accessed.
moved from prviding a path to using unique id's
if there might have been any directory traversal issues they should be gone now.
2016-04-01 09:56:42 +01:00
5c72f4d756 added comicStatus to admin backend 2015-06-30 09:58:19 +01:00
80a8a74fde moved tests to correct file.
added multi user support.
2015-06-25 14:30:03 +01:00
654af1f402 code cleanup.
moved process_comic_book to static method.
2015-06-19 09:24:44 +01:00
fdf783dbc7 changed it so next and previous buttons move between comics. 2015-06-18 21:20:14 +01:00
a28bc50a44 changed views to use Database data to read files.
moved alot of the functionality to the models.
changed the file access so that it ignores the extension and just attempts rar and zip access.
2015-06-18 13:59:53 +01:00
2de1fb9491 fixed breadcrumbs
moved some code to util.py to clean up views.py
added migration for start of db.
2015-06-17 13:46:02 +01:00
32680d1d01 Initial commit 2015-06-16 21:07:21 +01:00