py.lib
2019-01-20
Parent:8c951e942fee
py.lib/pgAdmin4_server.py
+ Смена сервера с gevent на waitress + Организация членораздельного информирования в случае отсутствия модуля waitress
1 # coding: utf-8
2 # devel.a0fs.net: pgadmin.selfServer - v0.2 by awgur $
4 ##########################################################################
5 #
6 # pgAdmin 4 - PostgreSQL Tools
7 #
8 # Copyright (C) 2013 - 2018, The pgAdmin Development Team
9 # This software is released under the PostgreSQL Licence
10 #
11 ##########################################################################
43 # Ensure the global server mode is set.
54 # When running it as a WSGI application, directory for the configuration file
55 # must present.
59 Required configuration file is not present!
60 Please run setup.py first!"""
61 )