pgAdmin 4 commit: When running pgAdmin as a WSGI application,we will n - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: When running pgAdmin as a WSGI application,we will n
Date
Msg-id E1cv1pD-0000S2-Vz@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
When running pgAdmin as a WSGI application, we will not be able to find
the '__main__' module under 'sys.modules'.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b756407c3cb3e4afd40591b65902c390eb2b723f

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/types.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4][PATCH] Error running restore/backupetc utilities in WSGI mode
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: As per Murtuza, we will have the '__module__',when r