mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
More misc fixes.
This commit is contained in:
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
|
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
|
Bootstrap for the client side processing and UI. On the server side, Flask is
|
||||||
being considered.
|
being utilised.
|
||||||
|
|
||||||
Although developed using web technologies, we intend for pgAdmin 4 to be usable
|
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
|
either on a web server using a browser, or standalone on a workstation. The
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# 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
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# 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
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user