<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Cocoa tipsを見てちょ!</title>
    <link rel="alternate" type="text/html" href="http://cocoa-tips.com/" />
    <link rel="self" type="application/atom+xml" href="http://cocoa-tips.com/atom.xml" />
    <id>tag:cocoa-tips.com,2010-05-16://1</id>
    <updated>2010-05-16T07:17:32Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.27-ja</generator>

<entry>
    <title>EclipseでGAE with Djangoを使う</title>
    <link rel="alternate" type="text/html" href="http://cocoa-tips.com/2010/05/eclipsegae-with-django.html" />
    <id>tag:cocoa-tips.com,2010://1.3</id>

    <published>2010-05-16T07:12:08Z</published>
    <updated>2010-05-16T07:17:32Z</updated>

    <summary>GAEのアプリケーションを作成するのにpythonのデバッガを使いたい。いろいろ...</summary>
    <author>
        <name>hirochan</name>
        
    </author>
    
    
    <content type="html" xml:lang="ja" xml:base="http://cocoa-tips.com/">
        GAEのアプリケーションを作成するのにpythonのデバッガを使いたい。いろいろ調べてみた結果、Eclipse上でpythonのデバッガが使えるらしい。だが、Eclipse上でGAEのサンプルを走らせるのはweb上で見つけたが、Djangoのモデルも使用できるものはとうとう発見できなかったので、Eclipse-Python上でGAE、しかもDjangoのモデルをGoogleのdatabase APIを使ってアクセスできる環境を作ってみた自分のための備忘録。 
        <![CDATA[<span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Times; font-size: medium; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; height: 90%; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); color: rgb(51, 51, 51); font: normal normal normal 13px/normal arial, helvetica, hirakakupro-w3, osaka, 'ms pgothic', sans-serif; background-position: initial initial; ">GAEのアプリケーションを作成するのにpythonのデバッガを使いたい。いろいろ調べてみた結果、Eclipse上でpythonのデバッガが使えるらしい。だが、Eclipse上でGAEのサンプルを走らせるのはweb上で見つけたが、Djangoのモデルも使用できるものはとうとう発見できなかったので、Eclipse-Python上でGAE、しかもDjangoのモデルをGoogleのdatabase APIを使ってアクセスできる環境を作ってみた自分のための備忘録。</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; height: 90%; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); color: rgb(51, 51, 51); font: normal normal normal 13px/normal arial, helvetica, hirakakupro-w3, osaka, 'ms pgothic', sans-serif; background-position: initial initial; ">Eclipseは最新版をゲットし、Pydevをインストール。<a href="http://pydev.sf.net/updates/">インストール先</a>をHelp-&gt;software updates... -&gt;Add sitesで入力。</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; height: 90%; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); color: rgb(51, 51, 51); font: normal normal normal 13px/normal arial, helvetica, hirakakupro-w3, osaka, 'ms pgothic', sans-serif; background-position: initial initial; ">MacOS X環境下でのテストのためにDjangoも正式サイトからダウンロードしインストールしておく。本来GAEにはDjangoが含まれているのだが、Djangoのチュートリアルなどが単独で動作できるようにしておく。</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; height: 90%; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); color: rgb(51, 51, 51); font: normal normal normal 13px/normal arial, helvetica, hirakakupro-w3, osaka, 'ms pgothic', sans-serif; background-position: initial initial; "><a href="http://djangoproject.jp/doc/ja/1.0/index.html">DjangoドキュメントVer1</a>のチュートリアルに従い以下のコマンドを実行。プロジェクト名はofficeとする。</div></span>]]>
    </content>
</entry>

<entry>
    <title>これはテストです</title>
    <link rel="alternate" type="text/html" href="http://cocoa-tips.com/2010/05/post.html" />
    <id>tag:cocoa-tips.com,2010://1.2</id>

    <published>2010-05-16T05:57:24Z</published>
    <updated>2010-05-16T05:57:58Z</updated>

    <summary>これはテストです。...</summary>
    <author>
        <name>hirochan</name>
        
    </author>
    
    
    <content type="html" xml:lang="ja" xml:base="http://cocoa-tips.com/">
        これはテストです。
        
    </content>
</entry>

</feed>

