検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 231 for import (0.133 sec.)
django.utils.decorators — Django 4.0.6 ドキュメント 4092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lly creating decorators for views." from functools import partial , update_wrapper , wraps class classonlyme ...
https://man.plustar.jp/django/_modules/django/utils/decorators.html - [similar]
FAQ: Django を使う — Django 4.0.6 ドキュメント 4092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... » FAQ: Django を使う ¶ Why do I get an error about importing DJANGO_SETTINGS_MODULE ? ¶ 以下の点を確認してく ... . その設定モジュールは sys.path の上にありますか ( import mysite.settings はうまくいきますか)。 モジュールに ... 目次 FAQ: Django を使う Why do I get an error about importing DJANGO_SETTINGS_MODULE ? テンプレート言語を好き ...
https://man.plustar.jp/django/faq/usage.html - [similar]
WSGI とともにデプロイするには — Django 4.0.6 ドキュメント 4092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es at the bottom of wsgi.py : from helloworld.wsgi import HelloWorldApplication application = HelloWorldAppl ...
https://man.plustar.jp/django/howto/deployment/wsgi/index.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 4092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngs for your project would look like: from pathlib import Path BASE_DIR = Path ( __file__ ) . resolve () . p ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
クイックインストールガイド — Django 4.0.6 ドキュメント 4092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thon プロンプトから Django をインポートします: >>> import django >>> print(django.get_version()) 4.0 別バージ ...
https://man.plustar.jp/django/intro/install.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 4092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib.gis.utils.layermapping Spatial data import utility for GeoDjango models. django.contrib.gis.u ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 4092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er words, no database or settings file required -- import them as normal from django.contrib.gis . On Debian ... n GeoDjango can't find GEOS, this error is raised: ImportError: Could not find the GEOS library (tried "geos ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
File オブジェクト — Django 4.0.6 ドキュメント 4092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ual file. For example: from django.core.files.base import ContentFile f1 = ContentFile ( "esta frase está en ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 4092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e of your template engines. To generate that path: import django django . __path__ [ 0 ] + '/forms/templates ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 4092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.db.models.indexes , but for convenience they're imported into django.db.models . The standard convention ... is to use from django.db import models and refer to the indexes as models.<IndexCl ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]