RubyistのためのDjango入門
http://tokibito.orz.hm/presentation/2/
- myproject __init__.py .. Pythonのモジュールに必要 settings.py .. 設定ファイル manage.py urls.py - blog .. Blogアプリケーション __init__.py models.py views.py - wiki .. Wikiアプリケーション __init__.py models.py views.py - static .. 静的ファイル - img - templates .. テンプレートディレクトリ base.html - blog entry_list.html entry_detail.html - wiki page_list.html
http://b.hatena.ne.jp/entry/http://tokibito.orz.hm/presentation/2/