<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 청) 컨트롤러(뷰) &#8211; 글 쓰기 기능 (5편 2/3) &#8211; django 강좌</title>
	<atom:link href="http://www.hannal.net/think/05_2-python_django_lecture/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hannal.net/think/05_2-python_django_lecture/</link>
	<description>여러 이야기거리에 대해 좀 더 깊이 생각해보다.</description>
	<lastBuildDate>Mon, 25 Jan 2010 16:44:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 굉장하십니다.</title>
		<link>http://www.hannal.net/think/05_2-python_django_lecture/comment-page-1/#comment-619</link>
		<dc:creator>굉장하십니다.</dc:creator>
		<pubDate>Mon, 28 Dec 2009 23:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.hannal.net/think/?p=96#comment-619</guid>
		<description>굉장하십니다.

책 집필하셔도 되겠어요.

머리에 쏙쏙들어오는게.. 이해가 매우 쉽네요.

유용한정보 감사드립니다 ^^</description>
		<content:encoded><![CDATA[<p>굉장하십니다.</p>
<p>책 집필하셔도 되겠어요.</p>
<p>머리에 쏙쏙들어오는게.. 이해가 매우 쉽네요.</p>
<p>유용한정보 감사드립니다 ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 홍창수</title>
		<link>http://www.hannal.net/think/05_2-python_django_lecture/comment-page-1/#comment-534</link>
		<dc:creator>홍창수</dc:creator>
		<pubDate>Tue, 04 Aug 2009 06:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.hannal.net/think/?p=96#comment-534</guid>
		<description>수정 할 때 폼을 출력하고 수정해야 할 이전 데이터가 자동으로 채워저야 하는데 아래 코드에서 어떻게 해야 할 지 모르겠네요.


	form = BlogForm(request.POST, initial={
		&#039;id&#039;     : blog.id,
		&#039;title&#039;  : blog.title,
		&#039;content&#039;: blog.content,
	})

	render_to_response(&#039;blogs/edit.html&#039;, {&#039;form&#039;: form, &#039;blog&#039;: blog})</description>
		<content:encoded><![CDATA[<p>수정 할 때 폼을 출력하고 수정해야 할 이전 데이터가 자동으로 채워저야 하는데 아래 코드에서 어떻게 해야 할 지 모르겠네요.</p>
<p>	form = BlogForm(request.POST, initial={<br />
		&#8216;id&#8217;     : blog.id,<br />
		&#8216;title&#8217;  : blog.title,<br />
		&#8216;content&#8217;: blog.content,<br />
	})</p>
<p>	render_to_response(&#8216;blogs/edit.html&#8217;, {&#8216;form&#8217;: form, &#8216;blog&#8217;: blog})</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 한날</title>
		<link>http://www.hannal.net/think/05_2-python_django_lecture/comment-page-1/#comment-125</link>
		<dc:creator>한날</dc:creator>
		<pubDate>Thu, 14 Aug 2008 02:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.hannal.net/think/?p=96#comment-125</guid>
		<description>django 에 있는 modelform 내용은 다소 어려움을 느끼게 할 수 있다고 생각해서 강좌에서는 쳐냈습니다. :) html 도 예쁘게 뽑아주지 않기도 하고요. (쓰면 편하긴 하겠지만)</description>
		<content:encoded><![CDATA[<p>django 에 있는 modelform 내용은 다소 어려움을 느끼게 할 수 있다고 생각해서 강좌에서는 쳐냈습니다. <img src='http://www.hannal.net/think/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  html 도 예쁘게 뽑아주지 않기도 하고요. (쓰면 편하긴 하겠지만)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kz</title>
		<link>http://www.hannal.net/think/05_2-python_django_lecture/comment-page-1/#comment-124</link>
		<dc:creator>kz</dc:creator>
		<pubDate>Wed, 13 Aug 2008 07:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.hannal.net/think/?p=96#comment-124</guid>
		<description>ModelForm과 save_m2m()를 어떻게 쓰라는 건지 알 수가 없어서 좀 찾아보려고 하는데 영 보이질 않네요. 강좌에선 어떻게 구현했나 싶어 봤지만 별 그런 얘기는 없네요. -_-;</description>
		<content:encoded><![CDATA[<p>ModelForm과 save_m2m()를 어떻게 쓰라는 건지 알 수가 없어서 좀 찾아보려고 하는데 영 보이질 않네요. 강좌에선 어떻게 구현했나 싶어 봤지만 별 그런 얘기는 없네요. -_-;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
