検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 172 for create (0.135 sec.)
The sitemap framework — Django 4.0.6 ドキュメント 5665
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with a high-level sitemap-generating framework to create sitemap XML files. オーバービュー ¶ A sitemap is a ... orks much like Django's syndication framework . To create a sitemap, write a Sitemap class and point to it i ... ontrib.sitemaps.GenericSitemap class allows you to create a sitemap by passing it a dictionary which has to ... ) ¶ The sitemap framework also has the ability to create a sitemap index that references individual sitemap ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 5609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Index | Modules « previous | up | next » How to create custom django-admin commands ¶ manage.py を用いるこ ... __init__ ( * args , ** kwargs ) # ... BaseCommand. create_parser ( prog_name , subcommand , ** kwargs ) [ソー ... の捕捉をするかどうかは実装に依存します。 目次 How to create custom django-admin commands 省略可能な引数を受け入 ... thenticate using REMOTE_USER 次のトピックへ How to create custom model fields 関連キーワード コマンド , 管理 ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 5609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t. Fink ¶ Kurt Schwehr has been gracious enough to create GeoDjango packages for users of the Fink package s ... es of changing them. 注釈 The PostgreSQL installer creates a new postgres database superuser You will be pro ... ows service. A PostgreSQL 12 start menu group will created and contains shortcuts for the Application Stack ... rectories to your Windows system Path , as well as create GDAL_DATA and PROJ_LIB environment variables. The ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 5609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fields in the defaults argument of QuerySet.get_or_create() and update_or_create() to reallow settable model ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... JSON. >>> s [ 'last_login' ] = 1376587691 >>> s . create () >>> s . session_key '2b1189a188b44ad18c35e113ac ... ' ) >>> s [ 'last_login' ] 1376587691 SessionStore.create() is designed to create a new session (i.e. one no ... a session_key that collides with an existing one. create() calls save() and loops until an unused session_k ... データを操作するメソッドを実装しています。 exists() create() save() delete() load() clear_expired() 独自のセッ ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 5553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... method. 2. The ``run_from_argv()`` method calls ``create_parser()`` to get an ``ArgumentParser`` for the ar ... return django . get_version () [ドキュメント] def create_parser ( self , prog_name , subcommand , ** kwargs ... ): """ Create and return the ``ArgumentParser`` which will be us ... derived from ``self.usage()``. """ parser = self . create_parser ( prog_name , subcommand ) parser . print_h ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 5553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ith Geometry Fields ¶ Here is an example of how to create a geometry object (assuming the Zipcode model): >> ... eometry object, the geometry field will attempt to create a GEOSGeometry instance from the input. For more i ... ALRaster constructor. Here is an example of how to create a raster object from a raster file volcano.tif (as ... his equivalent to: >>> dem = Elevation . objects . create ( ... name = 'Canyon' , ... rast = { 'width' : 10 ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 5553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ture of the SQL to a .sql file if the user wishes. create_model() ¶ BaseDatabaseSchemaEditor. create_model ( ... model ) ¶ Creates a new table in the database for the provided mode ... out a value for through , it will remove the table created to track the relationship. If through is provided ... 役に立ちます。 目次 SchemaEditor メソッド execute() create_model() delete_model() add_index() remove_index() ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
Django 1.4.21 release notes — Django 4.0.6 ドキュメント 5553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... previous versions of Django, the session backends created a new empty record in the session storage anytime ... ion record. This could allow an attacker to easily create many new session records simply by sending repeate ... s to be evicted. The built-in session backends now create a session record only if the session is actually m ... odified; empty session records are not created. Thus this potential DoS is now only possible if ...
https://man.plustar.jp/django/releases/1.4.21.html - [similar]
Django 1.7.9 release notes — Django 4.0.6 ドキュメント 5553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... previous versions of Django, the session backends created a new empty record in the session storage anytime ... ion record. This could allow an attacker to easily create many new session records simply by sending repeate ... s to be evicted. The built-in session backends now create a session record only if the session is actually m ... odified; empty session records are not created. Thus this potential DoS is now only possible if ...
https://man.plustar.jp/django/releases/1.7.9.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT