start

検索

以下に検索結果を表示します。

django_bpmobile
6 ヒット, 最終更新:
django-bpmobile をインストールする。\\ pipの場合 <code> # pip install django-bpmobile </code> easy_installの場合 <code> # easy_install django-bpmobile </code> **注意:**\\ bpmobile が依存して... をバージョン指定で先に入れておく必要があります。\\ pipの場合\\ <code> # pip install IPy==0.72 </code> easy_installの場合\\ <code> # easy_install IPy==0.72 </code> ===== 設定 ===== [[http://docs.n
django_install
5 ヒット, 最終更新:
thon:pythonbrew|pythonbrew の使い方]]や[[python:python_install|Python のインストール]]を参照のこと。\\ ===== pip を利用する場合 ===== ==== Linux ==== <code> $ pip install django </code> <WRAP prewrap 100% #result> <code>... 4 </code> </WRAP> ==== Windows ==== <code> > pip install django </code> <WRAP prewrap 100% #result> <code>... directory)して以下のコマンドを実行する。<code> > python setup.py install </code> ===== Linux(Fedora) yum でインストールする場合 ====
django_memo
2 ヒット, 最終更新:
stgreSQL本体や psycopg2 をインストールする。 <code> $ sudo dnf install postgresql postgresql-server postgresql-devel pgadmin3 $ pip install psycopg2 </code> ==== データベースの作成 ==== <code> $ cr
django_nonrel
1 ヒット, 最終更新:
Windows の場合 ==== * python 2.5 のインストール * eazy_install のインストール * Windows Server 2003 Resource Kit Tool
django_psycopg2
1 ヒット, 最終更新:
====== psycopg2 のインストール ====== <code> $ pip install psycopg2 </code> <code> Collecting psycopg2 Downloadi
runserver
1 ヒット, 最終更新:
開発用サーバを起動して http://127.0.0.1:8000/ にアクセスすることで「The install worked successfully! Congratulations!」のページを表示すること