pgadmin4/web/pgadmin/misc/file_manager
Surinder Kumar d806a9ce9e Fix the file manager when used under Python 3. Fixes #1872
Issues fixed:

1) In Python 3, parameter "cmp" is removed from sorted method. So File Manager won't open.
As we are sorting data on JS side using Natural sort, so on server side sorting is not required.

2) Improvement in Exception handling.
2016-10-21 12:43:02 +01:00
..
static/css File management dialogue enhancements: 2016-07-15 10:50:25 +01:00
templates/file_manager List files/folders alphabetically, and don't excessively truncate their names. Fixes #1792 2016-10-18 11:39:12 +01:00
__init__.py Fix the file manager when used under Python 3. Fixes #1872 2016-10-21 12:43:02 +01:00