16
Apr.2011
Django Tutorial: Create a Wiki in 20 minutes
三步:
Flash Video Player文件
Learn Django: Create a Wiki in 20 minutes (1/3)
In this tutorial, I introduce the basics of Django by walking you through the development of a simple wiki application.
We'll see how you can design your URLs, interact with the database and use the Django template library. As an added bonus, we'll also include support for editing pages using Markdown syntax.[ http://daringfireball.net/projects/markdown/ ].
Flash Video Player文件
Learn Django: Extending the wiki with wikiwords and search (2/3)
This is the second part of the Learn Django series. In this part, we'll extend the Wiki app from part 1 [View part 1 here if you haven't already].
We are going to add support for a menu and auto linking of wikiwords.In the process we will look at template inheritance, filters and custom filter libraries.
Finally, we'll see how to implement a search feature in under 20 lines of code using Django's newforms library and database query API.
Flash Video Player文件
Learn Django: Adding tags to the wiki (3/3)
Following on from the previous two screencasts, we add the ability to create and edit tags for wiki pages. In the process, we'll see how to create relations between Django model objects using the ManyToManyField. With a few lines of code, and thirty minutes of time, we'll have a wiki with tags.
-----------------------------------------------------------------------
A great beginners tutorial is the “Create a Wiki in 20 minutes” by Siddhi from Silver Stripe Software.
In the tutorial you’ll learn the basics of Django by walking you through the development of a simple wiki application. Other aspects in the tutorial are: URL design, database interaction, Django templates and editing pages using Markdown syntax.
By the end, you'll see how little time and code it takes to get a simple application up and running.
The tutorial can be found here:
http://showmedo.com/videos/video?name=1100000&
Another nice tutorial from the same author is “Using Amazon’s S3 service with Django“
最后编辑: 我就是个世界 编辑于May 8, 2011 01:12
三步:

Learn Django: Create a Wiki in 20 minutes (1/3)
In this tutorial, I introduce the basics of Django by walking you through the development of a simple wiki application.
We'll see how you can design your URLs, interact with the database and use the Django template library. As an added bonus, we'll also include support for editing pages using Markdown syntax.[ http://daringfireball.net/projects/markdown/ ].

Learn Django: Extending the wiki with wikiwords and search (2/3)
This is the second part of the Learn Django series. In this part, we'll extend the Wiki app from part 1 [View part 1 here if you haven't already].
We are going to add support for a menu and auto linking of wikiwords.In the process we will look at template inheritance, filters and custom filter libraries.
Finally, we'll see how to implement a search feature in under 20 lines of code using Django's newforms library and database query API.

Learn Django: Adding tags to the wiki (3/3)
Following on from the previous two screencasts, we add the ability to create and edit tags for wiki pages. In the process, we'll see how to create relations between Django model objects using the ManyToManyField. With a few lines of code, and thirty minutes of time, we'll have a wiki with tags.
-----------------------------------------------------------------------
A great beginners tutorial is the “Create a Wiki in 20 minutes” by Siddhi from Silver Stripe Software.
In the tutorial you’ll learn the basics of Django by walking you through the development of a simple wiki application. Other aspects in the tutorial are: URL design, database interaction, Django templates and editing pages using Markdown syntax.
By the end, you'll see how little time and code it takes to get a simple application up and running.
The tutorial can be found here:
http://showmedo.com/videos/video?name=1100000&
Another nice tutorial from the same author is “Using Amazon’s S3 service with Django“
相关日志
如何下载腾讯视频,并将 ts视频片段合并
python代码如何产生“00”“01"...."24" 一系列字符串【方案】
解决unicodedecodeerror ascii codec can’t decode byte 0xd7 in position 9 ordinal not in range(128)
SAE Python Django试用笔记(二)
CentOS上使用nginx+uwsgi部署django
如何下载腾讯视频,并将 ts视频片段合并
python代码如何产生“00”“01"...."24" 一系列字符串【方案】
解决unicodedecodeerror ascii codec can’t decode byte 0xd7 in position 9 ordinal not in range(128)
SAE Python Django试用笔记(二)
CentOS上使用nginx+uwsgi部署django

最后编辑: 我就是个世界 编辑于May 8, 2011 01:12