利用flask搭建微电影视频网站
Python3.6. + Flask1.0 + Virtualenv + Mysql + Dplayer.js
请在浏览器地址栏输入:http://movie.licheetools.top
如果你的机器上只安装了Python3,那么命令如下:
$ git clone https://github.com/licheetools/movie.git
$ cd movie
$ pip install -r requirements.txt
$ python manage.py runserver
如果Python2与Python3兼有,请使用下面的命令:
$ git clone https://github.com/licheetools/movie.git
$ cd movie
$ pip3 install -r requirements.txt
$ python3 manage.py runserver
然后在浏览器地址输入:http://127.0.0.1:5000
关注简书博主:啃饼小白,或者直接查看主页:https://www.jianshu.com/u/f58202bc1644
努力与运动兼备~~~
简书主页:https://www.jianshu.com/u/f58202bc1644
个人博客:http://blog.licheetools.top
QQ:2810706745(啃饼小白)
微信公众号:啃饼思录
2018.9.12 上传修复好的代码,同时由于弹幕播放器代码有点bug还未修复,因此仍使用jwplayer.js播放器~~