pgAdmin 4 commit: Use Flask blueprints for modularisation, per Khushboo

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Use Flask blueprints for modularisation, per Khushboo
Date: 2015-01-19 16:39:21
Message-ID: E1YDFMH-0003c3-Ja@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-01-20 12:29:48 pgAdmin 4 commit: Remove incorrectly placed static dir.
Previous Message Guillaume Lelarge 2015-01-14 06:47:56 Re: Translator