Git Product home page Git Product logo

littlewebstation's Introduction

django simpleui demo.

Simple UI源码 | Simple社区

simpleui demo,默认使用sqlite数据库。 启动步骤请查看下面的内容,如果你没有接触过django 或者 django admin,请先自己去django的官方查看相关文档学习。

simpleui 是一个django admin的ui框架,与代码无关。

Docker

demo制作了官方的镜像,可以直接拉取使用

docker pull newpanjing/simpleui_demo

docker run -p 8080:8080 newpanjing/simpleui_demo

启动成功后访问:http://127.0.0.1:8080

自动安装

Linux或者macOS可以直接运行bootstrap.sh脚本,自动配置虚拟环境、安装依赖包、启动运行

sh ./bootstrap.sh

手动步骤

第一步

下载源码到本地

git clone https://github.com/newpanjing/simpleui_demo

第二步

安装依赖包

pip install -r requirements.txt

第三步

python manage.py runserver 8000 

第四步

打开浏览器,在地址栏输入以下网址

http://localhost:8000/admin

第五步

在用户名和密码的框框输入

  • 用户名:simpleui
  • 密码:demo123456

PS

  • 有任何疑问请加入QQ群:786576510
  • 或者前往社区提问搜索答案:Simple社区

littlewebstation's People

Contributors

newpanjing avatar baletu avatar dependabot[bot] avatar

Watchers

James Cloos 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.