Skip to content

Commit 710f24a

Browse files
author
ops-coffee
committedApr 3, 2019
Add openldap demo
1 parent b5f81ef commit 710f24a

File tree

64 files changed

+3985
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+3985
-0
lines changed
 

‎openldap/README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# 项目说明
2+
3+
此项目为集成openldap的Demo,依赖环境
4+
5+
- python 3.6
6+
- django 2.2
7+
- adminlte 2.4
8+
9+
# 部署方法
10+
1. 安装基础环境
11+
```
12+
pip install -r requirements.txt
13+
```
14+
15+
2. 初始化数据库
16+
```
17+
python manage.py migrate
18+
```
19+
20+
3. 运行项目
21+
```
22+
python manage.py runserver 0.0.0.0:80
23+
```
24+
25+
4. 浏览器访问
26+
27+
![欢迎关注微信公众号【运维咖啡吧】](/images/qrcode.jpg)

‎openldap/accounts/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)