検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 198 for file (0.092 sec.)
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 5142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... reign key relation ( #24624 ). Prevented arbitrary file inclusions in admindocs ( #24625 ). Fixed a crash ... s related field widget when using alternate static file storages ( #24655 ). Fixed a migration crash when ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 5110
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a ticket in the ticket tracker , using the "attach file" button. Please don't put the patch in the ticket ... nt unless it's a single line patch. Name the patch file with a .diff extension; this will let the ticket t ... ew contributor? Please add yourself to the AUTHORS file and submit a Contributor License Agreement . 目次 ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
フォーム API — Django 4.0.6 ドキュメント 5110
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... {{ form.coordinates.country }} . Binding uploaded files to a form ¶ Dealing with forms that have FileFiel ... ed than a normal form. Firstly, in order to upload files, you'll need to make sure that your <form> elemen ... ondly, when you use the form, you need to bind the file data. File data is handled separately to normal fo ... rm data, so when your form contains a FileField and ImageField , you will need to specify a s ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 5110
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he DATABASE_ENGINE setting in your Django settings file from this: DATABASE_ENGINE = "mysql" to this: DATA ... s available: Redirect the output of manage.py to a file, and edit the generated SQL to use the correct con ... E_PSYCO setting no longer exists. If your settings file includes ENABLE_PSYCO it will have no effect; to u ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5110
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ption allows you to check your production settings file for ways to increase the security of your site. Ne ... ports retrieving properties of raster (image) data file . Compatibility shims for SpatialRefSys and Geomet ... onnections. The SMTP email backend now supports keyfile and certfile authentication with the EMAIL_SSL_CER ... TFILE and EMAIL_SSL_KEYFILE settings. The SMTP EmailBack ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5110
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... れるようになりました。 Python 3 を使用している場合に File が seekable() メソッドを使えるようになりました。 フ ... なりました。 The startapp command creates an apps.py file. Since it doesn't use default_app_config ( a disco ... the database using the password from your settings file (instead of requiring it to be manually entered). ... ons and as a consequence now use the new behavior. Filesystem-based template loaders catch more specific e ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 5078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... reSQL extension in your database using a migration file. This example creates an hstore extension, but the ... nage collations in your database using a migration file. These collations can then be used with the db_col ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ior, such as writing a message to the screen, to a file, or to a network socket. ロガーと同様に、ハンドラも ... isable_existing_loggers' : False , 'handlers' : { 'file' : { 'level' : 'DEBUG' , 'class' : 'logging.FileHa ... ndler' , 'filename' : '/path/to/django/debug.log' , }, }, 'logger ... s' : { 'django' : { 'handlers' : [ 'file' ], 'level' : 'DEBUG' , 'propagate' : True , }, }, ...
https://man.plustar.jp/django/topics/logging.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 5045
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... like: from pathlib import Path BASE_DIR = Path ( __file__ ) . resolve () . parent . parent INSTALLED_APPS ... r in the templates directory, and add the template files to that folder: templates/ blog/ list.html post.h ... og/list.html templates, the loader will return the files you just created. Overriding from an app's templa ... block %} Key points to note: The example creates a file at templates/admin/base_site.html that uses the co ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 5045
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... see it. Ask your question on the GeoDjango forum. File a ticket on the Django trac if you think there's a ... he user could place the following in their bash profile: export LD_LIBRARY_PATH=/usr/local/lib Setting sys ... path ¶ On GNU/Linux systems, there is typically a file in /etc/ld.so.conf , which may include additional ... paths from files in another directory, such as /etc/ld.so.conf.d . ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]