pgAdmin 4 commit: When running pgAdmin as a WSGI application, we will n

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: When running pgAdmin as a WSGI application, we will n
Date: 2017-04-03 13:15:15
Message-ID: E1cv1pD-0000S2-Vz@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2017-04-03 13:25:42 pgAdmin 4 commit: As per Murtuza, we will have the '__module__', when r
Previous Message Ashesh Vashi 2017-04-03 13:03:21 Re: [pgAdmin4][PATCH] Error running restore/backup etc utilities in WSGI mode