GithubHelp home page GithubHelp logo

poempythonweb's Introduction

Django-getting-started

一个简单的使用 Django 的 Python 应用。 可以运行在 LeanEngine Python 运行时环境。

一键部署

Deploy to LeanEngine

本地运行

首先确认本机已经安装 Python 运行环境和 LeanCloud 命令行工具,然后执行下列指令:

$ git clone [email protected]:leancloud/django-getting-started.git
$ cd django-getting-started

安装依赖:

pip install -r requirements.txt

修改 settings.py:

修改 settings.py 中的 SECRET_KEY 值,确保它是一个足够长度的随机字符串,并且没有被其他人获知。详情参考这里

修改 settings.py 中的 ALLOWED_HOSTS 值,确保它是包含你即将部署的云引擎应用的域名的 list(本地调试期间可以暂时忽略)。详情参考这里

关联应用:

lean app add origin <appId>

这里的 appId 填上你在 LeanCloud 上创建的某一应用的 appId 即可。origin 则有点像 Git 里的 remote 名称。

启动项目:

lean up

应用即可启动运行:localhost:3000

部署到 LeanEngine

部署到预备环境(若无预备环境则直接部署到生产环境):

lean deploy

将预备环境的代码发布到生产环境:

lean publish

相关文档

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.