検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 200 for should (0.203 sec.)
Django を uWSGI とともに使うには? — Django 4.0.6 ドキュメント 4654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... よって生成される mysite.wsgi モジュールです。 env : Should probably contain at least DJANGO_SETTINGS_MODULE . ...
https://man.plustar.jp/django/howto/deployment/wsgi/uwsgi.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 4654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Did you find a typo? Do you think that something should be clarified? Go ahead and suggest a documentation ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 4654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ally, determine which of your application's models should be editable in the admin interface. For each of th ... that case, in order to disable auto-discovery, you should put 'django.contrib.admin.apps.SimpleAdminConfig' ... a dictionary mapping field names to the fields it should prepopulate from: class ArticleAdmin ( admin . Mod ... min templates, or extends the base admin template, should set request.current_app before rendering the templ ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 4654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... DAL's vector data capabilities [2] . GEOS and PROJ should be installed prior to building GDAL. First downloa ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 4654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... model is an important decision that the developer should consider carefully. The SRID is an integer specifi ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 4654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... \> py manage.py sqlmigrate world 0001 This command should produce the following output: BEGIN; -- -- Create ... ty' % ( connection . ops . select % 'point' )) You should only use raw queries when you know exactly what yo ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 4654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... instead of the native PostgreSQL range types, you should write an expression that uses the equivalent funct ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 4654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... den by a project. (Reusable applications typically shouldn't override built-in templates because they might ... r(template_name, context, request=None) method. It should return a rendered templates (as a string) or raise ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 4654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pt_prefix() ¶ get_script_prefix () ¶ Normally, you should always use reverse() to define URLs within your ap ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 4654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... require data to exist during test conditions, you should either insert it using test fixtures , or using th ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]