Skip to content

Commit

Permalink
new constants
Browse files Browse the repository at this point in the history
  • Loading branch information
phpcontrols committed Aug 22, 2023
1 parent 8262185 commit e1f49b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ class Config(object):
PYTHONGRID_DB_CHARSET = 'utf-8'

# constant
GRID_SESSION_KEY = '_oPYTHONGRID'
GRID_SESSION_KEY = '_oPYTHONGRID'
JQGRID_ROWID_KEY = '_rowid'
PK_DELIMITER = '---' # must be 3 characters

0 comments on commit e1f49b1

Please sign in to comment.