Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryuchen/bistu

集成了 django-simpleui 作为 admin 管理主题,实现的一个小型的管理系统,并且有的 django-rest-framework 使用示例。此外有个 Bistu-Ant-Design-Pro 项目作为配套的前端使用。如果喜欢记得给个🌟star哦。
https://github.com/ryuchen/bistu

django django-application django-rest-framework django-simpleui vue

Last synced: about 17 hours ago
JSON representation

集成了 django-simpleui 作为 admin 管理主题,实现的一个小型的管理系统,并且有的 django-rest-framework 使用示例。此外有个 Bistu-Ant-Design-Pro 项目作为配套的前端使用。如果喜欢记得给个🌟star哦。

Awesome Lists containing this project

README

        

Welcome to Bistu-backend







License: GPL

### 🏠 [个人小栈](https://ryuchen.github.io/)

> 未来更新的说明会刊登在这里,并且会不定时分享部分内容和心得

### 📎 项目说明:
> 这是在学校接的一个小项目,构建个管理系统,一个小系统,鉴于学习角度,正好配合 django-simpleui 构建了个管理后台,顺手学下 vue 该怎么写,深入的学习会单独再开一个项目
> 这个项目需要配合我 fork 的 django-simpleui 修订版本进行运行,然后将会后续搭配一个前端,将由 ant-design-pro 构建,顺手也学下 react 该怎么写。

### 📖 安装说明:

```python
# 安装依赖
pip install -r requirements.txt

# 生成数据库
rm -rf db.sqlite3
python manage.py makemigrations && python manage.py migrate && python manage.py migrate --run-syncdb

# 生成假数据
python manage.py fake_data

# 运行 demo
python manage.py runserver 0:9377
```

```shell
# 构建 docker
docker build -t Ryuchen/bistu:latest --rm=true

# 启动 docker
docker run -p 9377:8080 --name bistu Ryuchen/bistu:latest
```

> 查看 demo 地址: [http://127.0.0.1:9377](http://127.0.0.1:9377)
> 账户信息: admin&ant.design(账户&密码)

> 查看 demo 地址: [http://39.106.85.217:8009/](http://39.106.85.217:8009/)
> 账户信息: admin&ant.design(账户&密码)

### 📷 界面展示:

#### 登录页
![](https://github.com/Ryuchen/Bistu/raw/develop/images/login.png)

#### 工作台
![](https://github.com/Ryuchen/Bistu/raw/develop/images/dashboard.png)

#### 内容页
![](https://github.com/Ryuchen/Bistu/raw/develop/images/list.png)

### 👤 作者介绍:

Ryuchen ( 陈 浩 )

* Github: [https://github.com/Ryuchen](https://github.com/Ryuchen)
* Email: [[email protected]]([email protected])
* QQ: 455480366
* 微信: Chen_laws

Nameplace ( 虚位以待 )

### 🤝 贡献源码:

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/Ryuchen/Bistu/issues).