文件名称:djangae-blog:一个由 djangae 提供支持的简单博客,托管在 Google App Engine 上
文件大小:143KB
文件格式:ZIP
更新时间:2024-07-13 20:58:29
Python
djangae-blog-example 一个使用构建的简单博客,这是一个 Django 应用程序,允许您在上运行 Django。 项目样板已取自 。 安装 首先通过以下方式安装所有 pip 要求 ./install_deps 然后启动开发服务器 python dev_appserver.py yourapp 测试 您可以使用常规 django admin 命令运行测试 python manage.py test 预习 要在野外查看该站点,请访问
【文件预览】:
djangae-blog-master
----install_deps(3KB)
----templates()
--------template_snippets.html(983B)
--------error.html(108B)
--------nav.html(1KB)
--------search.html(232B)
--------login.html(568B)
--------base.html(1KB)
--------home.html(1KB)
----djangaeidx.yaml(55B)
----app.yaml(721B)
----static()
--------css()
--------js()
----index.yaml(1KB)
----requirements.txt(164B)
----scaffold()
--------utils.py(1KB)
--------settings_live.py(520B)
--------wsgi.py(614B)
--------__init__.py(0B)
--------settings.py(4KB)
--------boot.py(1KB)
--------views.py(1KB)
--------urls.py(1KB)
--------forms.py(577B)
----LICENSE.md(586B)
----manage.py(299B)
----.gitignore(522B)
----README.md(711B)
----blog()
--------serializers.py(402B)
--------models.py(1KB)
--------templates()
--------tests()
--------__init__.py(0B)
--------migrations()
--------views.py(4KB)
--------admin.py(115B)
--------api.py(267B)
--------urls.py(571B)
--------forms.py(2KB)