add doc strings; fix pep8 warning address some minor issues brought up by the code review process
5 lines
112 B
Python
5 lines
112 B
Python
"""
|
|
we use this to mark the active ccx, for use by ccx middleware and some views
|
|
"""
|
|
ACTIVE_CCX_KEY = '_ccx_id'
|