検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 116 for app (0.088 sec.)
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 5600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Tutorial 6 left off. We're continuing the web-poll application and will focus on customizing Django's aut ... Templates' , 'DIRS' : [ BASE_DIR / 'templates' ], 'APP_DIRS' : True , 'OPTIONS' : { 'context_processors' ... (例: polls/templates )に配置するべきです。 reusable apps tutorial では、どうしてそのようにすべき 理由 を説 ... ンプレートを見つけることができたのだろう? その答えは APP_DIRS が True に設定されているため、 Django は自動的 ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
GeoJSON Serializer — Django 4.0.6 ドキュメント 5600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m django.core.serializers import serialize from my_app.models import City serialize ( 'geojson' , City . ...
https://man.plustar.jp/django/ref/contrib/gis/serializers.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es django.contrib.staticfiles if it's in INSTALLED_APPS . This is especially useful for third-party apps ... and not worry about whether or not the staticfiles app is installed. You can more easily customize the co ... llectstatic --ignore option with a custom AppConfig . キャッシュ ¶ ファイルベースのキャッシュバッ ... the djangojs translation domain from all installed apps rather than only the JavaScript strings from LOCA ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 3.2.5 release notes — Django 4.0.6 ドキュメント 5600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uration of the deprecation period. This regression appeared in 3.1 as a side effect of fixing #31426 . Th ... ystem check would crash on a model with an invalid app_label ( #32863 ). 目次 Django 3.2.5 release notes ...
https://man.plustar.jp/django/releases/3.2.5.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ff-the-filesystem server arrangement. For most web applications, this overhead isn't a big deal. Most web ... applications aren't washingtonpost.com or slashdot.org ... the URL pointing to your Redis instance, using the appropriate scheme. See the redis-py docs for details ... the purposes of routing, the database cache table appears as a model named CacheEntry , in an applicatio ...
https://man.plustar.jp/django/topics/cache.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t your views and interact with your Django-powered application programmatically. テストクライアントでは、 ... 'name' : 'fred' , 'age' : 7 }, ... HTTP_ACCEPT = 'application/json' ) ...will send the HTTP header HTTP_ ... d & passwd = secret If you provide content_type as application/json , the data is serialized using json.d ... oder argument to Client . This serialization also happens for put() , patch() , and delete() requests. If ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django.contrib.messages.api — Django 4.0.6 ドキュメント 5550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... add a message to the request using the 'messages' app. """ try : messages = request . _messages except A ...
https://man.plustar.jp/django/_modules/django/contrib/messages/api.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 5550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... module from Django's built-in django.contrib.auth app: 警告 "選択したオブジェクトの削除" アクションは効率 ... ns is the bulk updating of a model. Imagine a news application with an Article model: from django.db impo ... title in the admin. By default, this action would appear in the action list as "Make published" -- the f ... look like: from django.contrib import admin from myapp.models import Article @admin . action ( descriptio ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 5550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the system check added in Django 2.2 for the admin app's dependencies to reallow use of SessionMiddleware ... quiring django.contrib.sessions to be in INSTALLED_APPS ( #30312 ). Increased the default timeout when us ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
トラブルシューティング — Django 4.0.6 ドキュメント 5512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... クする必要があるからです。 これを行うには、Terminal.app を開き、 cd コマンドを使って django-admin がインス ...
https://man.plustar.jp/django/faq/troubleshooting.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT