Giter VIP home page Giter VIP logo

zhuye_kim's Introduction

zhuye_kim

仿zhuye.kim的简单导航程序

演示地址:http://118.25.14.156/

20180716212904.png

使用说明

  • 安装Python3和必备组件、库

Centos7系统可以参考文章:http://blog.51cto.com/wenguonideshou/2083301

yum install git screen -y pip3 install django pymysql

  • 下载源码、建表
git clone https://github.com/wenguonideshou/zhuye_kim
cd zhuye_kim
python3 manage.py makemigrations
python3 manage.py migrarte
  • 安装mysql/mariadb,新建数据库名为zhuye,导入zhuye.sql

  • 修改zhuye_kim/settings.py中的DATABASES对应的数据库信息(只需要修改数据库密码)

  • 运行网站

screen -S zhuye
python3 manage.py runserver 0.0.0.0:80

获取更多帮助请加群

zhuye_kim's People

Contributors

wenguonideshou 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.