GithubHelp home page GithubHelp logo

mandy-wang / bistu Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ryuchen/bistu

0.0 1.0 0.0 50.76 MB

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

Python 5.56% HTML 2.61% CSS 6.57% JavaScript 85.23% Dockerfile 0.02%

bistu's Introduction

Welcome to Bistu-backend

License: GPL

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

📎 项目说明:

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

📖 安装说明:

# 安装依赖
   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
# 构建 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 账户信息: admin&ant.design(账户&密码)

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

📷 界面展示:

登录页

工作台

内容页

👤 作者介绍:

Ryuchen ( 陈 浩 )

Nameplace ( 虚位以待 )

🤝 贡献源码:

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

bistu's People

Contributors

dependabot[bot] avatar mr-libin avatar nameisbinbin avatar ryuchen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.