• 大小: 81.29MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2022-02-08
  • 语言: 其他
  • 标签: python  web  django  

资源简介

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

     文件        306  2019-03-02 13:02  testsever\.idea\misc.xml

     文件        277  2019-03-02 13:02  testsever\.idea\modules.xml

     文件       1278  2019-03-02 13:03  testsever\.idea\testsever.iml

     文件      33187  2019-04-13 11:18  testsever\.idea\workspace.xml

     文件     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个文件信息

评论

共有 条评论