More misc fixes.
parent
613df8b596
commit
44c37da0a3
4
README
4
README
|
|
@ -11,8 +11,8 @@ Architecture
|
|||
------------
|
||||
|
||||
pgAdmin 4 is being written as a web application in Python, using jQuery and
|
||||
Backbone for the client side processing and UI. On the server side, CherryPy is
|
||||
being considered.
|
||||
Bootstrap for the client side processing and UI. On the server side, Flask is
|
||||
being utilised.
|
||||
|
||||
Although developed using web technologies, we intend for pgAdmin 4 to be usable
|
||||
either on a web server using a browser, or standalone on a workstation. The
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# pgAdmin 4 - PostgreSQL Tools
|
||||
#
|
||||
# Copyright (C) 2013 - 2014, The pgAdmin Development Team
|
||||
# Copyright (C) 2013 - 2015, The pgAdmin Development Team
|
||||
# This software is released under the PostgreSQL Licence
|
||||
#
|
||||
##########################################################################
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# pgAdmin 4 - PostgreSQL Tools
|
||||
#
|
||||
# Copyright (C) 2013 - 2014, The pgAdmin Development Team
|
||||
# Copyright (C) 2013 - 2015, The pgAdmin Development Team
|
||||
# This software is released under the PostgreSQL Licence
|
||||
#
|
||||
##########################################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue