pgAdmin 4 commit: Enable templates and static files in the utils module

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Enable templates and static files in the utils module
Date: 2015-01-20 13:58:24
Message-ID: E1YDZK4-0006S0-Fs@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Enable templates and static files in the utils module. Refactor to
ease use as a template for other modules in the future.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/utils/views.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-01-20 17:02:35 pgAdmin 4 commit: Add a base template with Bootstrap and jQuery ready t
Previous Message Dave Page 2015-01-20 13:57:02 pgAdmin 4 commit: Update the runtime to use URLs provided by the utils