资源简介
django后端框架实现的音乐播放平台,包含分页、批量处理、侧边隐藏式音乐播放器、酷炫的界面导航,无数据库可直接运行
代码片段和文件信息
#!/usr/bin/env python
import os
import sys
if __name__ == ‘__main__‘:
os.environ.setdefault(‘DJANGO_SETTINGS_MODULE‘ ‘testsever.settings‘)
try:
from django.core.management import execute_from_command_line
except ImportError as exc:
raise ImportError(
“Couldn‘t import Django. Are you sure it‘s installed and “
“available on your PYTHONPATH environment variable? Did you “
“forget to activate a virtual environment?“
) from exc
execute_from_command_line(sys.argv)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 138 2019-03-02 13:02 testsever\.idea\encodings.xm
文件 306 2019-03-02 13:02 testsever\.idea\misc.xm
文件 277 2019-03-02 13:02 testsever\.idea\modules.xm
文件 1278 2019-03-02 13:03 testsever\.idea\testsever.iml
文件 33187 2019-04-13 11:18 testsever\.idea\workspace.xm
文件 131072 2019-04-12 17:49 testsever\db.sqlite3
文件 556 2019-03-02 13:02 testsever\manage.py
文件 4145 2019-03-26 10:57 testsever\templates\comment_box.html
文件 48132 2019-03-26 23:48 testsever\templates\find_music.html
文件 268 2019-03-04 09:23 testsever\templates\hello.html
文件 15285 2019-04-09 11:20 testsever\templates\like_song.html
文件 3012 2019-03-21 23:53 testsever\templates\loading.html
文件 4161 2019-03-05 23:32 testsever\templates\login.html
文件 68377 2014-10-15 14:16 testsever\templates\media\music1.mp3
文件 7881735 2019-03-22 21:24 testsever\templates\media\music2.mp3
文件 8883248 2019-04-07 21:27 testsever\templates\media\music3.mp3
文件 162 2019-03-25 19:52 testsever\templates\message_box.html
文件 678 2019-04-07 23:34 testsever\templates\operate_menu.html
文件 25533 2019-04-12 00:26 testsever\templates\search.html
文件 1784 2019-03-18 16:14 testsever\templates\search_main.html
文件 3631 2019-03-26 22:23 testsever\templates\search_result.html
文件 16359 2019-04-11 23:45 testsever\templates\songlist.html
文件 27432 2019-04-09 11:21 testsever\templates\songlist_detail.html
文件 1871 2019-04-09 10:46 testsever\templates\songlist_form.html
文件 4737 2019-04-09 10:46 testsever\templates\songlist_list.html
文件 6148 2018-07-06 18:56 testsever\templates\static\css\.DS_Store
文件 25510 2018-07-06 18:56 testsever\templates\static\css\bootstrap-grid.css
文件 31527 2018-07-06 18:56 testsever\templates\static\css\bootstrap-grid.css.map
文件 18528 2018-07-06 18:56 testsever\templates\static\css\bootstrap-grid.min.css
文件 12300 2018-07-06 18:56 testsever\templates\static\css\bootstrap-grid.min.css.map
............此处省略7956个文件信息
- 上一篇:可用的slpk数据
- 下一篇:软件工程-实践者的研究方法第8版
相关资源
- FFmpeg安装包,
- Django Web开发指南 带书签 高清完整
- 白帽子讲WEB安全纪念版.pdf
- web导航设计.pdf
- Web渗透技术及实战案例解析.pdf
- HomeworkWeb-master.zip
- qt5 qtwebengine支持 MP4功能
- Weblogic提供JMS服务Demo
- WebGl编程指南(完整版)
- 人脸128个关键点识别基于卷积神经网
- .Net WebAPi JWT身份验证
-
openla
yers+geoserver发布shpmapinfo地图w - WebGL编程指南中文清晰版+源码
- 信息架构 超越Web设计第4版.pdf(完整
- 外星人入侵自学源码
- 图解CSS3核心技术与案例实战.大漠(带
- 单片机课设,音乐播放器
- 2018黑马程序员WEB前端39期全套视频教
- 基于WEB教学档案管理系统分析与设计
- web前端开发技术储久良2015版课后答案
- draw-pic.zip
- 旅行-爬虫 数据分析源码.zip
- 语义网现状分析
- 机器学习4-多元线性回归:数据集与
- web超市管理系统源码
-
基于Qt5的音乐播放器,QMediaPla
yer音 - 让你页面速度飞起来 Web前端性能优化
- 电信的一个web系统 时序图类图很齐全
- 微信小程序音乐播放器
- 关于购物商城的概要设计
评论
共有 条评论