django-podcast-client

时间:2021-04-30 04:29:39
【文件属性】:
文件名称:django-podcast-client
文件大小:327KB
文件格式:ZIP
更新时间:2021-04-30 04:29:39
Python Django播客客户端 Django Podcast Client实现了一个简单的Podcasting客户端,可从命令行和浏览器中使用。 如果选择仅用作命令行工具,则无需将Django实例作为服务运行。 设置 使用pip安装: pip install git+https://github.com/jsatt/django-podcast-client.git 创建新的django实例(如果已经有一个,请跳过此步骤): django-admin.py startproject cd python manage.py syncdb 从这里开始运行chmod +x manage.py以作为./manage.py 运行 在/settings.py添加到已安装的应用程序: INSTALLE
【文件预览】:
django-podcast-client-master
----MANIFEST.in(45B)
----.travis.yml(137B)
----podcast_client()
--------models.py(7KB)
--------templates()
--------management()
--------tests()
--------api()
--------static()
--------__init__.py(65B)
--------migrations()
--------views.py(2KB)
--------admin.py(1KB)
--------tasks.py(512B)
--------urls.py(872B)
--------celery.py(386B)
----media()
--------package.json(250B)
--------Gruntfile.coffee(2KB)
--------stylesheets()
--------scripts()
----Dockerfile(651B)
----fabfile.py(1KB)
----tox.ini(544B)
----docker()
--------base_app()
----requirements.txt(268B)
----setup.py(2KB)
----.gitignore(161B)
----test_app()
--------__init__.py(1B)
--------settings.py(837B)
--------urls.py(759B)
----README.md(5KB)
----COPYING(21KB)

网友评论