検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 198 for file (0.166 sec.)
django.utils.text — Django 4.0.6 ドキュメント 4754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... import re import unicodedata from gzip import GzipFile from gzip import compress as gzip_compress from io ... tesIO from django.core.exceptions import SuspiciousFileOperation from django.utils.functional import Simpl ... rn string return out @keep_lazy_text def get_valid_filename ( name ): """ Return the given string converte ... d to a string that can be used for a clean filename. Remove leading and trailing spaces; convert o ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 4754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n AddField operation. Generate two empty migration files for the same app by running makemigrations myapp ... --empty twice. We've renamed the migration files to give them meaningful names in the examples bel ... to-generated migration (the first of the three new files) to the last migration, change AddField to AlterF ... lues on all the rows. In the first empty migration file, add a RunPython or RunSQL operation to generate a ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
Django ドキュメント — Django 4.0.6 ドキュメント 4754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... レスポンスオブジェクト ファイルアップロード: 概要 | File オブジェクトリファレンス | ストレージ API | ファイ ...
https://man.plustar.jp/django/index.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 4754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ls on the latest main branch, put it in a separate file that you can run standalone. For our example, we'l ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 4754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ple of how to create a raster object from a raster file volcano.tif (assuming the Elevation model): >>> fr ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 4754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n environments, migrations may be loaded from .pyc files. モデル ¶ Models can now use __init_subclass__() ... te cookie flag. The new as_attachment argument for FileResponse sets the Content-Disposition header to mak ... the browser ask if the user wants to download the file. FileResponse also tries to set the Content-Type a ... ehavior. Since migrations are now loaded from .pyc files, you might need to delete them if you're working ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 4754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.contrib.auth.models import User from my_user_profile_app.models import Employee # Define an inline admi ... User model, but you want to add some additional profile information, you could subclass django.contrib.aut ... h.models.AbstractUser and add your custom profile fields, although we'd recommend a separate model a ... ction use. This code would all live in a models.py file for a custom authentication app: from django.db im ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 4754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... de somewhere , the convention is to put views in a file called views.py , placed in your project or applic ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 4722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nsider using one of the subclasses defined in this file. If you are interested in overriding/customizing v ... checks`` A list or tuple of tags, e.g. [Tags.staticfiles, Tags.models]. System checks registered in the ch ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
FAQ: 一般的な質問 — Django 4.0.6 ドキュメント 4722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e in reST (reStructuredText) format, and each text file corresponds to a web page on the official Django s ...
https://man.plustar.jp/django/faq/general.html - [similar]