検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 239 for default (0.041 sec.)
GeoDjango Forms API — Django 4.0.6 ドキュメント 7364
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ly display and edit geolocalized data on a map. By default, they use OpenLayers -powered maps, with a base WM ... t. map_width ¶ Height and width of the widget map (default is 400x600). BaseGeometryWidget. map_srid ¶ SRID c ... ode used by the map (default is 4326). BaseGeometryWidget. display_raw ¶ Boolea ... eometry is visible, mainly for debugging purposes (default is False ). BaseGeometryWidget. supports_3d ¶ Indi ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 7324
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... strftime() format to use when parsing the year. By default, this is '%Y' . year ¶ Optional The value for the ... year, as a string. By default, set to None , which means the year will be determ ... use when parsing the year. Returns year_format by default. get_year () ¶ Returns the year for which this vie ... Optional The value for the month, as a string. By default, set to None , which means the month will be deter ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 7324
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... can have any alias you choose. However, the alias default has special significance. Django uses the database ... with the alias of default when no other database has been selected. The foll ... le settings.py snippet defining two databases -- a default PostgreSQL database and a MySQL database called us ... ers : DATABASES = { 'default' : { 'NAME' : 'app_data' , 'ENGINE' : 'django.db.b ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 7151
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s to compute on an ordinary CPU. Argon2 is not the default for Django because it requires a third-party libra ... orithms supported by Django. To use Argon2 as your default storage algorithm, do the following: Install the a ... igned for long-term password storage. It's not the default used by Django since it requires the use of third- ... bcrypt with minimal effort. To use Bcrypt as your default storage algorithm, do the following: Install the b ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 6968
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the database tablespace to use for this model. The default is the project's DEFAULT_TABLESPACE setting, if se ... esn't support tablespaces, this option is ignored. default_manager_name ¶ Options. default_manager_name ¶ The ... name of the manager to use for the model's _default_manager . default_related_name ¶ Options. default_ ... related_name ¶ The name that will be used by default for the relation from a related object back to thi ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
GeoDjango's admin site — Django 4.0.6 ドキュメント 6795
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ The widget class to be used for GeometryField . Defaults to OSMWidget . gis_widget_kwargs ¶ The keyword ar ... guments that would be passed to the gis_widget . Defaults to an empty dictionary. GeoModelAdmin ¶ class Geo ... ModelAdmin ¶ default_lon ¶ The default center longitude. default_lat ¶ ... The default center latitude. default_zoom ¶ The default zoom l ...
https://man.plustar.jp/django/ref/contrib/gis/admin.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 6622
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e static files (e.g. images, JavaScript, CSS) . By default, Django stores files locally, using the MEDIA_ROOT ... The examples below assume that you're using these defaults. しかしながら、Djangoは、 Djangoがどこにどうやって ... orage's location ( MEDIA_ROOT if you are using the default FileSystemStorage ): >>> import os >>> from django ... systems, opening and reading files, etc. Django's default file storage is given by the DEFAULT_FILE_STORAGE ...
https://man.plustar.jp/django/topics/files.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6581
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 1.7. What's new in Django 1.6 ¶ Simplified default project and app templates ¶ The default templates ... lified and modernized. The admin is now enabled by default in new projects; the sites framework no longer is. ... clickjacking prevention is now on and the database defaults to SQLite. If the default templates don't suit yo ... led. Database-level autocommit is now turned on by default. This makes transaction handling more explicit and ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6510
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... de form submission data (or None , which means the DEFAULT_CHARSET setting is used). You can write to this at ... ue. Useful if you know the form data is not in the DEFAULT_CHARSET encoding. HttpRequest. content_type ¶ リク ... ion_reporter_filter ¶ This will be used instead of DEFAULT_EXCEPTION_REPORTER_FILTER for the current request. ... tion_reporter_class ¶ This will be used instead of DEFAULT_EXCEPTION_REPORTER for the current request. See Cu ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6510
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n 3.6 and 3.7. What's new in Django 4.0 ¶ zoneinfo default timezone implementation ¶ The Python standard libr ... ary's zoneinfo is now the default timezone implementation in Django. This is the nex ... on- pytz time zones. Django 4.0 makes zoneinfo the default implementation. Support for pytz is now deprecated ... and recommended over PBKDF2. However, it's not the default as it requires OpenSSL 1.1+ and more memory. Redis ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT