検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 138 for settings (0.080 sec.)
GeoDjango Tutorial — Django 4.0.6 ドキュメント 5598
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django ...\> py manage.py startapp world Configure settings.py ¶ The geodjango project settings are stored in ... the geodjango/settings.py file. Edit the database connection settings to ... a Spatial Database Create a New Project Configure settings.py Geographic Data World Borders Use ogrinfo to ex ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
How to write a custom storage class — Django 4.0.6 ドキュメント 5551
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ス化できなければなりません。これは、 `` django.conf.settings`` からすべての設定を取る必要があることを意味します ... : from django.conf import settings from django.core.files.storage import Storage clas ... ( self , option = None ): if not option : option = settings . CUSTOM_STORAGE_OPTIONS ... あなたのストレージクラ ...
https://man.plustar.jp/django/howto/custom-file-storage.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5551
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... your current configuration (currently oriented at settings) is compatible with the current version of Django. ... nt commands: Verification of the presence of valid settings in commands that ask for it by using the BaseComma ... nd.can_import_settings internal option is now performed independently fro ... entation contains a deployment checklist . The diffsettings command gained a --all option. django.forms.fields ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
django.core.files.uploadedfile — Django 4.0.6 ドキュメント 5515
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... os from io import BytesIO from django.conf import settings from django.core.files import temp as tempfile fro ... edTemporaryFile ( suffix = ".upload" + ext , dir = settings . FILE_UPLOAD_TEMP_DIR ) super () . __init__ ( fil ...
https://man.plustar.jp/django/_modules/django/core/files/uploadedfile.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 5515
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... assword function: import os os . environ [ 'DJANGO_SETTINGS_MODULE' ] = 'mysite.settings' from django.contrib. ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 5515
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... しょう: mysite / manage . py mysite / __init__ . py settings . py urls . py asgi . py wsgi . py ファイルはそれぞ ... メントの more about packages を読んで下さい。 mysite/settings.py : Django プロジェクトの設定ファイルです。 設定の ... 6月 01, 2022 - 15:50:53 Django version 4.0, using settings 'mysite.settings' Starting development server at h ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 5515
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -admin startproject によって生成されたデフォルトの settings.py は、メッセージ機能を有効にするために必要な設定を ... b will have its own browsing context. 設定 ¶ A few settings give you control over message behavior: MESSAGE_LE ... GE MESSAGE_TAGS For backends that use cookies, the settings for the cookie are taken from the session cookie s ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 5467
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... number of fields in a GET or POST request exceeded settings.DATA_UPLOAD_MAX_NUMBER_FIELDS. """ pass class Requ ... the request (excluding any file uploads) exceeded settings.DATA_UPLOAD_MAX_MEMORY_SIZE. """ pass [ドキュメント ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5467
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... setting to every context: from django.conf import settings def from_email ( request ): return { "DEFAULT_FROM ... _EMAIL" : settings . DEFAULT_FROM_EMAIL , } Custom context processors ... mber of places, depending on your template loading settings (see "Loader types" below), but the most basic way ... g the DIRS option in the TEMPLATES setting in your settings file — or the dirs argument of Engine . This shoul ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django でのユーザー認証 — Django 4.0.6 ドキュメント 5467
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 必要な設定は django-admin startproject で生成される settings.py にすでに記述されています。これらは、あなたの IN ... セッションを使用リクエストを紐付けます。 With these settings in place, running the command manage.py migrate cr ...
https://man.plustar.jp/django/topics/auth/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT