検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 116 for app (0.083 sec.)
Django の概要 — Django 4.0.6 ドキュメント 5512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mal overview of how to write a database-driven web app with Django. このドキュメントの目的は、 Django の技 ... ブジェクトリレーショナルマッパー (object-relational mapper) が付属しています。 データモデル構文 ではモデルを ... せん: # Import the models we created from our "news" app >>> from news.models import Article , Reporter # N ... cheme is an important detail in a high-quality web application. Django encourages beautiful URL design an ...
https://man.plustar.jp/django/intro/overview.html - [similar]
設計思想 — Django 4.0.6 ドキュメント 5512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... PI calls. URL デザイン ¶ 疎結合 ¶ URLs in a Django app should not be coupled to the underlying Python cod ... e Django URL system should allow URLs for the same app to be different in different contexts. For example ... n't get confused. This is the reasoning behind the APPEND_SLASH setting. テンプレートシステム ¶ ロジックの ...
https://man.plustar.jp/django/misc/design-philosophies.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 5512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to be resolved according to their concrete model's app_label ( #26186 ). 目次 Django 1.9.3 リリースノート ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s the pk element in the resulting output; it never appears in the fields part. 注釈 Depending on your mod ... e deserialized objects to make sure that they are "appropriate" for saving before doing so. If you trust ... ", the latter being represented by the name of the app ("sessions") and the lowercase name of the model ( ... JSON. The object list is serialized as a sequence mappings with the keys "pk", "model" and "fields". Each ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
Django 1.4 documentation 5462
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .. # Import the models we created from our "news" app # "news" アプリで作成したモデルを import します。 ... 863 , Jan 17 2008 , 19 : 35 : 17 ) [ GCC 4.0 . 1 ( Apple Inc . build 5465 )] on darwin Type "help" , "cop ... す。ファイルに実行可能マークをつけるには、 Terminal.app を起動して、 django-admin.py を収 めているディレク ... なり ます。また、ファイルの末尾近くにある INSTALLED_APPS 設定に注意して ください。この変数には、現在の Dja ...
https://man.plustar.jp/django/contents.html - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 5462
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he templates for this engine # inside an installed application. app_dirname = 'foobar' def __init__ ( sel ... se hooks to enhance the traceback information that appears to users. The following hooks are available: テ ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 5462
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 索引 a | c | d | f | h | m | s | t | u | v a django.apps c django.conf django.conf.urls django.conf.urls.i ... ction of utilities. django.contrib.gis.utils.layermapping Spatial data import utility for GeoDjango model ... are Site middleware. django.contrib.staticfiles An app for handling static files. django.contrib.syndicat ... go.db.backends Core signals sent by the database wrapper. django.db.backends.base.schema django.db.migrat ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5462
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g reverse() ¶ Django's URL handling is based on a mapping of regex patterns (representing the URLs) to ca ... uested URL against those patterns to determine the appropriate view to invoke. Django also provides a con ... voke that view. Use of reverse() is encouraged for application developers, as the output of reverse() is ... s performed without first converting values to the appropriate type, this can produce unexpected results, ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 5462
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... so want to validate that any existing data in your application doesn't contain unexpected newlines. valid ... a crash when loading squashed migrations from two apps with a dependency between them, where the depende ... nt app's replaced migrations are partially applied ( #248 ... 95 ). Fixed recording of applied status for squashed (replacement) migrations ( ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5462
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the main one that most people are going to use is <app_label>/<model_name>_detail.html . The _detail part ... Mixin also overrides get_context_data() to include appropriate context variables for pagination (providin ... ge of options , with the most commonly-used being <app_label>/<model_name>_list.html , with the _list par ... MultipleObjectMixin (generic list). To show what happens when you try to get more sophisticated, we show ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT