Django オンラインドキュメント和訳
| 底本: | SVN trunk (0.97pre SVN) |
|---|---|
| 翻訳: | Yasushi Masuda (ymasuda at ethercube dot com), Takanao Endoh (takanao at endoh dot tk) |
| 追従済みリビジョン: | 7243 (2008/03/14) |
必読
インストールガイド (How to install Django)
サードパーティによる Django ディストリビューション (Third-party distributions of Django)
リファレンス
django-admin.py と manage.py (django-admin.py and manage.py)
テンプレート
テンプレート作者のための Django テンプレート言語ガイド (Guide for HTMLauthors)
Python プログラマのための Django テンプレート言語ガイド (Guide for Python programmers)
ショートカット関数 (Django shortcut functions)
フォームとマニピュレータ (Forms, fields, and manipulators)
newforms ライブラリ (The newforms library)
モデルに対応したフォームの生成 (Generating forms for models)
newforms とモデルを組み合わせる (Using newforms with models)
Django アプリケーションのテスト (Writing tests for Django applications)
キャッシュ (Django's Cache Framework)
Django での Unicode の扱い (Unicode data in Django)
リクエストオブジェクトとレスポンスオブジェクト (Request and response objects)
アドオン (Add-on applications (contrib))
配信フィード (Syndication feeds (RSS and Atom))
Web デザイナーのための補助機能 (Web design helpers)
運用関連
mod_python で Django を使う (Using Django with mod_python)
FastCGI, SCGI, AJP で Django を使う (How to use Django with FastCGI, SCGI or AJP)
特殊な話題
Apache での認証に Django ユーザデータベースを使う (Authenticating against Django's user database from Apache)
静的ファイルの提供方法 (Serving static/media files)
データベースのサポート状況 (Notes about supported databases)
古いデータベースの組み込み (Integrating with (introspecting) a legacy database)
複数のデータベースを使う (Using Multiple Databases (in multi-db branch))
動的な PDF の生成 (Outputting PDFs dynamically)