Re: pgadmin4 running behind nginx - Mailing list pgadmin-support

From Dave Page
Subject Re: pgadmin4 running behind nginx
Date
Msg-id CA+OCxowpT6BBHV75rMB_myuHpenMX-fZ_7mkfesJf0CGq8cJkA@mail.gmail.com
Whole thread Raw
In response to Re: pgadmin4 running behind nginx  (rhuddbiz <rhuddbiz@gmail.com>)
List pgadmin-support
On Tue, Apr 4, 2017 at 11:36 PM, rhuddbiz <rhuddbiz@gmail.com> wrote:
> Dave,
>
> after installing
> https://ftp.postgresql.org/pub/pgadmin3/pgadmin4/v1.3/pip/pgadmin4-1.3-py2.py3-none-any.whl
>
> i can't seem to find any filename matching the one you mentioned, that seems
> strange to me.
> web/pgadmin/__init__.py

That's the path in a source checkout and in most packages. If you've
installed the wheel though, the web/ part is removed as the wheel
doesn't include other parts like the runtime. For example, on my
system in a virtual environment called test, the path is:

~/.virtualenvs/test/lib/python2.7/site-packages/pgadmin4/pgadmin/__init__.py


-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgadmin-support by date:

Previous
From: rhuddbiz
Date:
Subject: Re: pgadmin4 running behind nginx
Next
From: "Lazaro Garcia"
Date:
Subject: [pgadmin-support] How can I see the change log??