django-bpmobile 0.1 documentation

This Page

インストール

django-bpmobileは以下のモジュールに依存しています。

easy_installやpipでインストールするには以下のコマンドを実行します。

easy_install django-bpmobile

または、

pip install django-bpmobile

開発バージョンは以下より入手できます。

http://bitbucket.org/tokibito/django-bpmobile/

Mercurialを利用しているなら、以下のコマンドでもダウンロードできます:

hg clone http://bitbucket.org/tokibito/django-bpmobile/

django-bpmobileはDjangoのアプリケーションであるため、bpmobileディレクトリをDjangoのプロジェクトディレクトリ以下に配置して利用することもできます。