mirror of http://localhost:9400/cloud/cms
parent
1fa80367a4
commit
579e15f8f7
@ -1,10 +0,0 @@
|
||||
class Project :
|
||||
@staticmethod
|
||||
def create (**_args) :
|
||||
_version = "0.0.1" if "version" not in _args else _args['version']
|
||||
_context = "" if 'context' not in _args else _args['context']
|
||||
_logo = "logo.png"
|
||||
_system = {"version":_version,"context":_context,"logo":_logo}
|
||||
_app = {"port":8084,"debug":True}
|
||||
pass
|
||||
|
Loading…
Reference in new issue