pgAdmin 4 commit: Add a simple module for storing and retrieving settin

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add a simple module for storing and retrieving settin
Date: 2015-02-03 11:48:50
Message-ID: E1YIbyM-0005Iw-Ni@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add a simple module for storing and retrieving settings from the
config database.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/__init__.py | 2 +-
web/settings/__init__.py | 79 ++++++++++++++++++++++++++++++++++++++++
web/settings/settings_model.py | 49 +++++++++++++++++++++++++
web/settings_model.py | 37 -------------------
web/setup.py | 2 +-
5 files changed, 130 insertions(+), 39 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Devrim Gündüz 2015-02-03 14:14:43 [Fwd: [Bug 1188674] New: [abrt] pgadmin3: pgadmin3 killed by SIGSEGV]
Previous Message Dave Page 2015-01-28 18:02:27 pgAdmin 4 commit: Use the full screen width.