mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 23:36:48 -06:00
cc5a7ea334
Create a constant.py file which contains the common Constants.
16 lines
484 B
Python
16 lines
484 B
Python
##########################################################################
|
|
#
|
|
# pgAdmin 4 - PostgreSQL Tools
|
|
#
|
|
# Copyright (C) 2013 - 2020, The pgAdmin Development Team
|
|
# This software is released under the PostgreSQL Licence
|
|
#
|
|
##########################################################################
|
|
|
|
"""Application wide constants."""
|
|
|
|
APP_JS = 'application/javascript'
|
|
PGADMIN_NODE = 'pgadmin.node.%s'
|
|
KEYBOARD_SHORTCUTS = 'Keyboard shortcuts'
|
|
UNAUTH_REQ = "Unauthorized request."
|