install

検索

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

django_install
11 ヒット, 最終更新:
thon:pythonbrew|pythonbrew の使い方]]や[[python:python_install|Python のインストール]]を参照のこと。\\ ===== pip を利用する場合 ===== ==== Linux ==== <code> $ pip install django </code> <WRAP prewrap 100% #result> <code>... % |████████████████████████████████| 512kB 52kB/s Installing collected packages: asgiref, sqlparse, pytz, django Successfully installed asgiref-3.3.1 django-3.1.4 pytz-2020.4 sqlparse
django_bpmobile
8 ヒット, 最終更新:
django-bpmobile をインストールする。\\ pipの場合 <code> # pip install django-bpmobile </code> easy_installの場合 <code> # easy_install django-bpmobile </code> **注意:**\\ bpmobile が依存している uamobile が利用している IPy が 0.73 で... をバージョン指定で先に入れておく必要があります。\\ pipの場合\\ <code> # pip install IPy==0.72 </code> easy_installの場合\\ <code> # eas
django_memo
8 ヒット, 最終更新:
stgreSQL本体や psycopg2 をインストールする。 <code> $ sudo dnf install postgresql postgresql-server postgresql-devel pgadmin3 $ pip install psycopg2 </code> ==== データベースの作成 ==== <code> $ cr... Creating tables... Running deferred SQL... Installing custom SQL... Running migrations: Rendering ... s.py) ==== <code python> # Language code for this installation. All choices can be found here: # http://www
settings_py
2 ヒット, 最終更新:
場合はデフォルトポートになる。 | </WRAP> **メモ:** プロジェクト設定ファイルの INSTALLED_APPS に定義されている Django に付属のミドルウェア群('django.contri... mincode> <code python> # Local time zone for this installation. Choices can be found here: # http://en.wiki
startapp
2 ヒット, 最終更新:
=== 作成したアプリケーションをプロジェクトに含めるには、構成クラスへの参照をプロジェクトの **INSTALLED_APPS** 設定に追加する必要がある。\\ <WRAP prewrap 100% #min... go_project/settings.py> # Application definition INSTALLED_APPS = [ 'django_app.apps.DjangoAppConfig',
django_admin_hack
1 ヒット, 最終更新:
y </code> <code python> # Application definition INSTALLED_APPS = ( 'django.contrib.admin', 'djang
django_nonrel
1 ヒット, 最終更新:
Windows の場合 ==== * python 2.5 のインストール * eazy_install のインストール * Windows Server 2003 Resource Kit Tool
model_definition
1 ヒット, 最終更新:
py", line 24, in setup apps.populate(settings.INSTALLED_APPS) File "/home/tomoyan/py3_djangoapp/lib/p
runserver
1 ヒット, 最終更新:
開発用サーバを起動して http://127.0.0.1:8000/ にアクセスすることで「The install worked successfully! Congratulations!」のページを表示すること