pgAdmin 4 commit: Use Flask blueprints for modularisation, per Khushboo - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Use Flask blueprints for modularisation, per Khushboo
Date
Msg-id E1YDFMH-0003c3-Ja@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Use Flask blueprints for modularisation, per Khushboo Vashi.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/__init__.py       |    9 ++++++---
web/pgadmin/utils/__init__.py |    3 ---
web/pgadmin/utils/views.py    |   11 +++++++----
3 files changed, 13 insertions(+), 10 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Translator
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Remove incorrectly placed static dir.