mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
Node assets (#36)
* moved all static files to node_modules * updating Dockerfile * updating Dockerfile * updating Dockerfile * updating Dockerfile * fixed fontawesome * added psql client in case it's needed. * removed some debug stuff from scan_comics.py * fixed generete_directory to cover missing thumbnails
This commit is contained in:
@@ -31,7 +31,6 @@ class Command(BaseCommand):
|
||||
def handle(self, *args, **options):
|
||||
self.VERIFY_PAGES = options.get('verify_pages', False)
|
||||
self.OUTPUT = options.get('out', False)
|
||||
print(options)
|
||||
self.scan_directory()
|
||||
|
||||
def scan_directory(self, directory=False):
|
||||
@@ -40,7 +39,6 @@ class Command(BaseCommand):
|
||||
|
||||
:type directory: Directory
|
||||
"""
|
||||
a=1
|
||||
if not directory:
|
||||
comic_dir = settings.COMIC_BOOK_VOLUME
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user