mirror of https://github.com/veops/cmdb.git
fix: some typos (#415)
Signed-off-by: gcmutator <329964069@qq.com> Co-authored-by: gcmutator <329964069@qq.com>
This commit is contained in:
parent
f867ccbf94
commit
34204ec4c6
|
@ -194,7 +194,7 @@ def validate(ticket):
|
||||||
|
|
||||||
def _parse_tag(string, tag):
|
def _parse_tag(string, tag):
|
||||||
"""
|
"""
|
||||||
Used for parsing xml. Search string for the first occurence of
|
Used for parsing xml. Search string for the first occurrence of
|
||||||
<tag>.....</tag> and return text (stripped of leading and tailing
|
<tag>.....</tag> and return text (stripped of leading and tailing
|
||||||
whitespace) between tags. Return "" if tag not found.
|
whitespace) between tags. Return "" if tag not found.
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
**set database in config file cmdb-api/settings.py**
|
**set database in config file cmdb-api/settings.py**
|
||||||
|
|
||||||
- In cmdb directory,start in order as follows:
|
- In cmdb directory,start in order as follows:
|
||||||
- enviroment: `make env`
|
- environment: `make env`
|
||||||
- start API: `make api`
|
- start API: `make api`
|
||||||
- start UI: `make ui`
|
- start UI: `make ui`
|
||||||
- start worker: `make worker`
|
- start worker: `make worker`
|
||||||
|
|
Loading…
Reference in New Issue