Results of 1 - 10 of about 99 for manage (0.070 sec.)
- GeoDjango Tutorial — Django 4.0.6 ドキュメント 12331
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
the geodjango project: $ cd geodjango $ python manage.py startapp world ...\> cd geodjango ...\> py mana ...
. First, create a database migration: $ python manage.py makemigrations Migrations for 'world': world/mi ...
01_initial.py: - Create model WorldBorder ...\> py manage.py makemigrations Migrations for 'world': world/mi ...
the table for the WorldBorder model: $ python manage.py sqlmigrate world 0001 ...\> py manage.py sqlmig ...
-
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html
- [similar]
- はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 11249
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
project が何を作成したかをみてみましょう: mysite / manage . py mysite / __init__ . py settings . py urls . p ...
とって重要ではありません。任意の名前に変更できます。 manage.py : Django プロジェクトに対する様々な操作を行うた ...
ドラインユーティリティです。詳しくは django-admin と manage.py 内の manage.py を参照してください。 内側の mysi ...
きたら下記のコマンドを実行してください: $ python manage.py runserver ...\> py manage.py runserver コマンド ...
-
https://man.plustar.jp/django/intro/tutorial01.html
- [similar]
- Django 1.4 release notes — Django 4.0.6 ドキュメント 10363
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
protection . An updated default project layout and manage.py that removes the "magic" from prior versions. A ...
crete examples. Updated default project layout and manage.py ¶ Django 1.4 ships with an updated default proj ...
ect layout and manage.py file for the startproject management command. T ...
hese fix some issues with the previous manage.py handling of Python import paths that caused dou ...
-
https://man.plustar.jp/django/releases/1.4.html
- [similar]
- はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 10271
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ます。以下のコマンドを実行してください: $ python manage.py migrate ...\> py manage.py migrate The migrate ...
す。もうひとつコマンドを実行しましょう: $ python manage.py makemigrations polls ...\> py manage.py makemig ...
ョンの名前を引数にとってSQLを返します: $ python manage.py sqlmigrate polls 0001 ...\> py manage.py sqlmig ...
れているときに役に立ちます。 もし興味があれば python manage.py check を実行することもできます; これはマイグレー ...
-
https://man.plustar.jp/django/intro/tutorial02.html
- [similar]
- The staticfiles app — Django 4.0.6 ドキュメント 9489
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
atic files app and some usage examples, see How to manage static files (e.g. images, JavaScript, CSS) . For ...
コマンド ¶ django.contrib.staticfiles exposes three management commands. collectstatic ¶ django-admin collect ...
d by the INSTALLED_APPS setting. The collectstatic management command calls the post_process() method of the ...
passes a list of paths that have been found by the management command. It also receives all command line opt ...
-
https://man.plustar.jp/django/ref/contrib/staticfiles.html
- [similar]
- How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 9085
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
view the output by running this command: $ python manage.py inspectdb Save this as a file by using standard ...
Unix output redirection: $ python manage.py inspectdb > models.py This feature is meant as ...
LLED_APPS setting. By default, inspectdb creates unmanaged models. That is, managed = False in the model's M ...
eta class tells Django not to manage each table's creation, modification, and deletion: ...
-
https://man.plustar.jp/django/howto/legacy-databases.html
- [similar]
- Django 1.4 documentation 8890
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ブジェクトへのアクセス モデルの高度な話題: マネジャ (Manager) | 素の SQL を扱うには | トランザクション | アグリ ...
項目リファレンス 例外: 例外の概要 django-admin.py と manage.py: 概要 | 自作の管理コマンドを追加するには テスト ...
行し、データベース上にテーブル を自動的に生成します: manage.py syncdb syncdb コマンドは利用可能な全てのモデルを ...
project が何を作成したかをみてみましょう: mysite / manage . py mysite / __init__ . py settings . py urls . p ...
-
https://man.plustar.jp/django/contents.html
- [similar]
- テストを書いて実行する — Django 4.0.6 ドキュメント 8890
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
す。 テストの実行 ¶ テストが書けたら、プロジェクトの manage.py ユーティリティの test コマンドでテストが実行でき ...
ます。 $ ./manage.py test テストの探索方法は、unittest モジュールの ...
いう名前の全てのファイルからテストを探し出します。 /manage.py test に好きな数の「テストラベル」を与えることで ...
Run all the tests in the animals.tests module $ ./manage.py test animals.tests # Run all the tests found wi ...
-
https://man.plustar.jp/django/topics/testing/overview.html
- [similar]
- django-admin と manage.py — Django 4.0.6 ドキュメント 8798
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
| Modules « previous | up | next » django-admin と manage.py ¶ django-admin は Django において管理者権限の処 ...
はその機能が行える事全般をまとめます。 In addition, manage.py is automatically created in each Django project ...
ngo プロジェクトを用いる場合、 django-admin よりも manage.py の方が簡単に利用できます。もし複数の Django 設定 ...
は一貫して django-admin を使用しますが、実行例は全て manage.py もしくは python -m django でも同様に利用可能です ...
-
https://man.plustar.jp/django/ref/django-admin.html
- [similar]
- マイグレーション — Django 4.0.6 ドキュメント 8603
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
e a model - and then run makemigrations : $ python manage.py makemigrations Migrations for 'books': books/mi ...
が行われるように、データベースに適用します $ python manage.py migrate Operations to perform: Apply all migrat ...
emigrations --name オプションが使えます。 $ python manage.py makemigrations --name changed_my_model your_app ...
の中で use_in_migrations 属性を定義します。 class MyManager ( models . Manager ): use_in_migrations = True cl ...
-
https://man.plustar.jp/django/topics/migrations.html
- [similar]