pgadmin4/web
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
..
pgadmin Fix the file manager when used under Python 3. Fixes #1872 2016-10-21 12:43:02 +01:00
regression Always create databases from template0 when running regression tests, to ensure consistency and avoid concurrency issues. 2016-10-18 11:57:31 +01:00
babel.cfg Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
config.py Move security keys into the SQLite database, and auto-generate them. 2016-10-19 09:22:38 +01:00
pgAdmin4.py Move security keys into the SQLite database, and auto-generate them. 2016-10-19 09:22:38 +01:00
pgAdmin4.wsgi Fix WSGI support. 2016-08-18 13:43:00 +01:00
setup.py Ensure the auto-generated CSRF_SESSION_KEY, SECRET_KEY, 2016-10-20 13:16:31 +05:30