Code Monkey home page Code Monkey logo

eduline's Introduction

项目介绍

零基础使用Django2.0.1打造在线教育网站项目

开发环境

Python3.6. + Django2.0 + Virtualenv + Mysql + Xadmin

演示地址

请在浏览器地址栏输入:http://eduline.licheetools.top

快速运行

如果你的机器上只安装了Python3,那么命令如下:

$ git clone https://github.com/licheetools/eduline.git
$ cd eduline
$ pip install -r requirements.txt
$ python manage.py runserver

如果Python2与Python3兼有,请使用下面的命令:

$ git clone https://github.com/licheetools/eduline.git
$ cd eduline
$ pip3 install -r requirements.txt
$ python3 manage.py runserver

然后在浏览器地址输入:http://127.0.0.1:8000

教程地址

关注简书博主:啃饼小白,或者直接查看主页:https://www.jianshu.com/u/f58202bc1644

关于博主

努力与运动兼备~~~

简书主页:https://www.jianshu.com/u/f58202bc1644

个人博客:http://blog.licheetools.top

QQ:2810706745(啃饼小白)

微信公众号:啃饼思录

版本更新

2018.9.10 上传修复好的代码,对xadmin进行了必要的修改,同时修复网站访问不了的问题~~~

eduline's People

Contributors

gutsyzhan avatar

Watchers

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