You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cms/index.py

338 lines
10 KiB
Python

2 years ago
__doc__ = """
arguments :
--config path of the configuration otherwise it will look for the default in the working directory
"""
# _html = ""
_args={}
2 years ago
_args['title'] = _id
_key = request.headers['key'] if 'key' in request.headers else None
return _args[_id],200
key = sys.argv[i][2:] #.replace('-','')