# bae_django **Repository Path**: 397667796/bae_django ## Basic Information - **Project Name**: bae_django - **Description**: 百度应用引擎(BAE)的一个示例应用。 使用Python Django框架,方便BAE入门的同学。 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 29 - **Forks**: 9 - **Created**: 2013-07-10 - **Last Updated**: 2024-04-04 ## Categories & Tags **Categories**: sample-code **Tags**: None ## README # BAE Django小示例 ## Overview 示例地址[http://901314.duapp.com/](http://901314.duapp.com/),一个最简单的主页与二级页面. ## DirectoryTree |-- 0 (BAE上的应用版本号,即Django root目录) |-- bae_django (Django project配置目录) |-- hello (Django的一个app hello目录) |-- static (Django静态文件目录) ... |-- 1 (BAE上的应用版本号,测试调用应用目录下的Django 1.5.1,代替BAE默认的1.4版本,调用成功) |-- deps (此目录下存放Django 1.5.1包) ... 具体参考BAE简陋的[文档](http://developer.baidu.com/wiki/index.php?title=docs/cplat/rt/python#.E5.87.BA.E9.94.99.E5.A4.84.E7.90.86.E3.80.81.E6.97.A5.E5.BF.97.E3.80.81.E6.A0.87.E5.87.86.E8.BE.93.E5.87.BA). ## Copyright and license Copyright 2013 Honghe Wu. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at: [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.