fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Another quick fix.
[redakcja.git]
/
apps
/
api
/
handlers
/
library_handlers.py
diff --git
a/apps/api/handlers/library_handlers.py
b/apps/api/handlers/library_handlers.py
index
9d50d02
..
84881ce
100644
(file)
--- a/
apps/api/handlers/library_handlers.py
+++ b/
apps/api/handlers/library_handlers.py
@@
-238,7
+238,6
@@
class DocumentHTMLHandler(BaseHandler):
#
# Image Gallery
#
#
# Image Gallery
#
-from django.core.files.storage import FileSystemStorage
class DocumentGalleryHandler(BaseHandler):
allowed_methods = ('GET')
class DocumentGalleryHandler(BaseHandler):
allowed_methods = ('GET')
@@
-256,7
+255,7
@@
class DocumentGalleryHandler(BaseHandler):
gallery = {'name': assoc.name, 'pages': []}
gallery = {'name': assoc.name, 'pages': []}
- for file in sorted(os.listdir(dirpath)
, key=natural_order()
):
+ for file in sorted(os.listdir(dirpath)):
log.info(file)
name, ext = os.path.splitext(os.path.basename(file))
log.info(file)
name, ext = os.path.splitext(os.path.basename(file))