Commit 8ecd6798 authored by wojiushixiaobai's avatar wojiushixiaobai

文档更新

parent 4d08060b
...@@ -175,6 +175,9 @@ FAQ ...@@ -175,6 +175,9 @@ FAQ
$ cd /opt/jumpserver/apps $ cd /opt/jumpserver/apps
$ python manage.py changepassword <user_name> $ python manage.py changepassword <user_name>
# 新建超级用户的命令如下命令
$ python manage.py createsuperuser --username=user --email=user@domain.com
(11). 清理celery产生的数据(无法正常推送及连接资产可以使用) (11). 清理celery产生的数据(无法正常推送及连接资产可以使用)
$ source /opt/py3/bin/activate $ source /opt/py3/bin/activate
$ cd /opt/jumpserver/apps $ cd /opt/jumpserver/apps
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment