検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 172 for Create (0.214 sec.)
django.utils.log — Django 4.0.6 ドキュメント 4856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ce we add a nicely formatted traceback on our own, create a copy # of the log record without the exception d ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
How to authenticate using REMOTE_USER — Django 4.0.6 ドキュメント 4856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... けば、この問題は解決できます。 contrib.admin 画面や createsuperuser 管理コマンドなどの、Django のユーザ管理機 ... のトピックへ 「How-to」ガイド 次のトピックへ How to create custom django-admin commands 関連キーワード 認証 , ...
https://man.plustar.jp/django/howto/auth-remote-user.html - [similar]
How to write a custom storage class — Django 4.0.6 ドキュメント 4856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 前を得るために呼び出されます。 前のトピックへ How to create custom template tags and filters 次のトピックへ Ho ...
https://man.plustar.jp/django/howto/custom-file-storage.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 4856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he repository as stable/A.B.x branches and will be created right after the first alpha is tagged. For exampl ... .5 alpha 1 was tagged, the branch stable/1.5.x was created and all further work on preparing the code for th ... release cycle. Previously, these branches weren't created until right after the releases and the stabilizat ... release of Django 1.3 the branch stable/1.3.x was created. Official support for that release has expired, a ...
https://man.plustar.jp/django/internals/git.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 4856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nage.py migrate . How it works ¶ manage.py migrate creates two tables in your database: django_flatpage and ... s your responsibility; in your template directory, create a flatpages directory containing a file default.ht ... current SITE_ID (see the sites documentation ) and creates an entry in the sitemap. These entries include on ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 4856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me, or a tuple of names, from the given model will create models unique only to the given name(s). Geometrie ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 4856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... synchronous-only from an asynchronous thread, then create a synchronous thread and call it in that. You can ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 4856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se lookups, see クエリを作成する ; to learn how to create new lookups, see How to write custom lookups . The ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 4856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se ¶ In contrast to HttpRequest objects, which are created automatically by Django, HttpResponse objects are ... esponse class that Django doesn't provide, you can create it with the help of http.HTTPStatus . For example: ... kwargs ) ¶ An HttpResponse subclass that helps to create a JSON-encoded response. It inherits most behavior ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 4856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g do_post_processing () def my_view ( request ): # Create a response response = TemplateResponse ( request , ...
https://man.plustar.jp/django/ref/template-response.html - [similar]