検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 438 for For (0.100 sec.)
The flatpages app — Django 4.0.6 ドキュメント 5402
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... L content in a database and handles the management for you via Django's admin interface and a Python API. ... is a object with a URL, title and content. Use it for one-off, special-case pages, such as "About" or "P ... y" pages, that you want to store in a database but for which you don't want to develop a custom Django ap ... etting. Then either: Add an entry in your URLconf. For example: urlpatterns = [ path ( 'pages/' , include ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5386
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (およびこのドキュメントで fields と言うときは、常に form fields ではなくモデルフィールドを意味します)は d ... k null db_index rel : 関連フィールドに使用される ( ForeignKey など)。上級者向けです。 default editable se ... ライズしません。デフォルトの値は True です。 unique_for_date unique_for_month unique_for_year choices help ... ることに注意してください。 deconstruct() メソッドは for custom classes で、3つのアイテムを含むタプルを返し ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5311
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo's serialization framework provides a mechanism for "translating" Django models into other formats. Us ... ually these other formats will be text-based and used for sending Django ... data over a wire, but it's possible for a serializer to handle any format (text-based or n ... o get some data from your tables into a serialized form, you could use the dumpdata management command. デ ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 5294
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re in relation to other pages on your site. This information helps search engines index your site. The Dj ... ion of this XML file by letting you express this information in Python code. It works much like Django's ... arch engines will only index links in your sitemap for the current URL level and below. For instance, if ... represents a "section" of entries in your sitemap. For example, one Sitemap class could represent all the ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 5261
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... スノート ¶ Django 0.96 へようこそ! The primary goal for 0.96 is a cleanup and stabilization of the feature ... a set of backwards-incompatible changes scheduled for the near future. Once completed, they will involve ... some code changes for application developers, so we recommend that you s ... E_OPTIONS setting (see the databases documentation for details), are only available on the "mysql" backen ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5236
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... トールせずに、タグを登録できるようになります。 背景 For a ton of examples, read the source code for Django ... Django take care of all the auto-escaping handling for you. All you need to do is set the is_safe flag to ... repairs the damage after the filter has completed. For example, suppose you have a filter that adds the s ... ve unbalanced HTML tags or entities in the result. For example, removing a > from the input might turn <a ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 5236
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... はじめに ¶ GeoDjango is an included contrib module for Django that turns it into a world-class geographic ... ervices. Its features include: Django model fields for OGC geometries and raster data. Extensions to Djan ... go's ORM for querying and manipulating spatial data. Loosely-co ... upled, high-level Python interfaces for GIS geometry and raster operations and data manipu ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Django 1.0.1 リリースノート — Django 4.0.6 ドキュメント 5236
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 1.0 series, improving the stability and performance of the Django 1.0 codebase. As such, Django 1 ... mprovements. Django 1.0.1 is a recommended upgrade for any development or deployment currently using or t ... and internationalization of the default templates for comments. Multiple fixes for Django's support of O ... racle databases, including pagination support for GIS QuerySets, more efficient slicing of results a ...
https://man.plustar.jp/django/releases/1.0.1.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 5220
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d Django on Windows. It also provides instructions for setting up a virtual environment, which makes it e ... thon projects. This is meant as a beginner's guide for users working on Django projects and does not refl ... Django should be installed when developing patches for Django itself. The steps in this guide have been t ... / . The website should offer you a download button for the latest Python version. Download the executable ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 5220
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... up | next » Date-based mixins ¶ 注釈 All the date formatting attributes in these mixins use strftime() f ... ormat characters. Do not try to use the format characters from the now template tag as they ar ... that can be used to retrieve and provide parsing information for a year component of a date. メソッドと属 ... 性 year_format ¶ The strftime() format to use when parsing the ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT