pgadmin4/web/include/cherrypy
Dave Page 28f45ea9f9 Initial PoC of a CherryPy app integrate with the runtime.
Upon startup, the runtime will attempt to locate pgAdmin4.py in a
number of different relative locations. Once found, it will execute
it in a new thread. The main window is then created and the brower's
initial page is set to the root of the CherryPy server. At present,
that's http://127.0.0.1:8080.
2013-06-21 23:21:11 +01:00
..
lib Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
process Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
wsgiserver Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
LICENSE.txt Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
__init__.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cpchecker.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cpcompat.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cpcompat_subprocess.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cpconfig.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cpdispatch.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cperror.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cplogging.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cpmodpy.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cpnative_server.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cpreqbody.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cprequest.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cpserver.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cpthreadinglocal.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cptools.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cptree.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cpwsgi.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00
_cpwsgi_server.py Initial PoC of a CherryPy app integrate with the runtime. 2013-06-21 23:21:11 +01:00