码迷,mamicode.com
首页 > 移动开发 > 详细

Writing your first Django app, part 1

时间:2015-08-10 19:41:30      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:

reference: https://docs.djangoproject.com/en/1.8/intro/tutorial01/

Writing your first Django app, part 1

Let’s learn by example.

Throughout this tutorial, we’ll walk you through the creation of a basic poll application.

It’ll consist of two parts:

  • A public site that lets people view polls and vote in them.
  • An admin site that lets you add, change and delete polls.

We’ll assume you have Django installed already. You can tell Django is installed and which version by running the following command:

Writing your first Django app, part 1

标签:

原文地址:http://www.cnblogs.com/BugQiang/p/4718708.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!