検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 99 for manage (0.083 sec.)
contenttypes フレームワーク — Django 4.0.6 ドキュメント 5644
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s from those models. ContentType also has a custom manager that adds methods for working with ContentType an ... application to your INSTALLED_APPS setting and run manage.py migrate to install it, the model django.contrib ... entry" or "can delete news story". The ContentTypeManager ¶ class ContentTypeManager ¶ ContentType also has ... a custom manager, ContentTypeManager , which adds the following me ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5644
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... E メール ¶ Email backends now support the context manager protocol for opening and closing connections. The ... Database connections are now always closed after a management command called from the command line has finis ... d for MySQL and PostgreSQL databases. When calling management commands with options using call_command() , t ... without models. Migrations can now serialize model managers as part of the model state. A generic mechanism ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 5644
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oes is create those extra permissions when you run manage.py migrate (the function that creates permissions ... 。任意のマイグレーションの作成、また、最初に実行する manage.py migrate の前に行ってください。 そして、モデルを ... d for when creating a user via the createsuperuser management command. The user will be prompted to supply a ... tBaseUser のインポート AbstractBaseUser と BaseUserManager は django.contrib.auth.base_user からインポートで ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 5644
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ください。 設定の変更を確かめる ¶ The command python manage.py diffsettings displays differences between the c ...
https://man.plustar.jp/django/topics/settings.html - [similar]
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 5553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... templates ディレクトリをプロジェクトディレクトリ ( manage.py が置かれているディレクトリ) に作成してください。 ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 5553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dleware ¶ Sends broken link notification emails to MANAGERS (see How to manage error reporting ). GZip middl ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 5553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... write your own Operation objects into, use python manage.py makemigrations --empty yourappname , but be awa ... ( name , fields , options = None , bases = None , managers = None ) ¶ プロジェクトの履歴に新たなモデル、そし ... lts to inheriting from the standard models.Model . managers は (マネージャ名, マネージャのインスタンス) とい ... ctionary mapping option names to values. AlterModelManagers ¶ class AlterModelManagers ( name , managers ) ¶ ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
設定 — Django 4.0.6 ドキュメント 5553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... False if you want to disable Django's transaction management and implement your own. ENGINE ¶ デフォルト値: ... e read from and written to the database. If Django manages the database and you don't have a strong reason t ... to the appropriate time zone. Likewise, if Django manages the database but third-party systems connect to t ... ed, Django will generate a random password. ORACLE_MANAGED_FILES ¶ デフォルト値: False This is an Oracle-spe ...
https://man.plustar.jp/django/ref/settings.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... set() and use the Publisher 's reverse foreign key manager . Publisher queryset for use in get_object() We'l ... n and DetailView is already testing our ability to manage things. It's unlikely you'd want to write this kin ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 5553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... wo ways of performing raw SQL queries: you can use Manager.raw() to perform raw queries and return model ins ... てモデルのインスタンスを返させる場合に利用できます: Manager. raw ( raw_query , params = () , translations = N ... ベース上のテーブル名をモデルの "アプリのラベル名" -- manage.py startapp で利用した名前 -- とモデルのクラス名と ... isk for SQL injection. 独自の SQL を直接実行する ¶ Manager.raw() でも要求を満たせない場合があります:きれいに ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT