Ray's playground

 

Deploying Django(The Definitive Guild to Django)

  This chapter covers the last essential step of building a Django application: deploying it to a production server.
  If you’ve been following along with our ongoing examples, you probably used the runserver, which makes things very easy (you don’t have to worry about Web server setup). But runserver is intended only for development on your local machine, not for exposure on the public Web. To deploy your Django application, you’ll need to hook it into an industrial strength Web server such as Apache.

posted on 2010-04-01 21:44  Ray Z  阅读(207)  评论(0编辑  收藏  举报

导航