検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 168 for PATH (0.124 sec.)
ビューを記述する — Django 4.0.6 ドキュメント 5172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... anywhere you want, as long as it's on your Python path. There's no other requirement--no "magic," so to s ... stCase , override_settings from django.urls import path def response_error_handler ( request , exception = ... request ): raise PermissionDenied urlpatterns = [ path ( '403/' , permission_denied_view ), ] handler403 ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 5172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ん( repr() は基本的な値にしか機能しませんし、import path は指定できません)。 Django がシリアル化できるのは、 ... nc , args , and keywords values. Pure and concrete path objects from pathlib . Concrete paths are converte ... d to their pure path equivalent, e.g. pathlib.PosixPath to pathlib.Pure ... PosixPath . os.PathLike instances, e.g. os.DirEntry , which ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
django.core.files.base — Django 4.0.6 ドキュメント 5127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... asattr ( self . file , "name" ): try : return os . path . getsize ( self . file . name ) except ( OSError ... osed : self . seek ( 0 ) elif self . name and os . path . exists ( self . name ): self . file = open ( sel ...
https://man.plustar.jp/django/_modules/django/core/files/base.html - [similar]
FAQ: Django を使う — Django 4.0.6 ドキュメント 5127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (i.e. mysite.settings ). その設定モジュールは sys.path の上にありますか ( import mysite.settings はうまく ... file, you'll need to define MEDIA_ROOT as the full path to a directory where you'd like Django to store up ...
https://man.plustar.jp/django/faq/usage.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rgs , ** kwargs ) def deconstruct ( self ): name , path , args , kwargs = super () . deconstruct () del kw ... args [ "max_length" ] return name , path , args , kwargs 新しいキーワード引数を追加する場合 ... rgs , ** kwargs ) def deconstruct ( self ): name , path , args , kwargs = super () . deconstruct () # Only ... s [ 'separator' ] = self . separator return name , path , args , kwargs More complex examples are beyond t ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 5127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt settings for your project would look like: from pathlib import Path BASE_DIR = Path ( __file__ ) . reso ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... プレートエンジンのクラスへの、ドット区切りの Python path です。ビルトインのバックエンドは、 django.template ... es! 'context_processors' : a list of dotted Python paths to callables that are used to populate the contex ... DEBUG setting. 'loaders' : a list of dotted Python paths to template loader classes. Each Loader class kno ... raries' : A dictionary of labels and dotted Python paths of template tag modules to register with the temp ...
https://man.plustar.jp/django/topics/templates.html - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 5093
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rror, template_debug would look like: { 'name' : '/path/to/template.html' , 'message' : "Invalid block tag ... レートへのフルパス。 'template_name' : The relative path to the template as passed into the template loadin ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 5093
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... not distances. In other words, while the shortest path between two points on a flat surface is a straight ... line, the shortest path between two points on a curved surface (such as th ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 5093
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on_index', fields=['jsonfield'], opclasses=['jsonb_path_ops']) creates a gin index on jsonfield using json ... b_path_ops . opclasses are ignored for databases besides ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT