Re: pgadmin4 running behind nginx

From: Dave Page <dpage(at)pgadmin(dot)org>
To: rhuddbiz <rhuddbiz(at)gmail(dot)com>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgadmin4 running behind nginx
Date: 2017-04-05 08:13:12
Message-ID: CA+OCxowpT6BBHV75rMB_myuHpenMX-fZ_7mkfesJf0CGq8cJkA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Tue, Apr 4, 2017 at 11:36 PM, rhuddbiz <rhuddbiz(at)gmail(dot)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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Lazaro Garcia 2017-04-13 13:38:41 How can I see the change log??
Previous Message rhuddbiz 2017-04-04 22:36:25 Re: pgadmin4 running behind nginx