検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 112 for project (0.013 sec.)
How to override templates — Django 4.0.6 ドキュメント 11984
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ことができます。 オーバーライドが含まれている app と project の両方のテンプレートディレクトリがある場合、デフォ ... t templates を読んでください。 Overriding from the project's templates directory ¶ 最初に、プロジェクトのテン ... nd blog/list.html . The relevant settings for your project would look like: from pathlib import Path BASE_DIR ... nd BASE_DIR will already exist if you created your project using the default project template. The setting th ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 11705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... zones for display. If you're upgrading an existing project to Django 1.4, switching to the timezone aware mod ... imple clickjacking protection . An updated default project layout and manage.py that removes the "magic" from ... who don't like the new layout, you can use custom project and app templates instead! Support for in-browser ... ns. Time zone support is enabled by default in new projects created with startproject . If you want to use th ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 9860
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vironment, which makes it easier to work on Python projects. This is meant as a beginner's guide for users wo ... rking on Django projects and does not reflect how Django should be install ... to provide a dedicated environment for each Django project you create. There are many options to manage envir ... is guide. To create a virtual environment for your project, open a new command prompt, navigate to the folder ...
https://man.plustar.jp/django/howto/windows.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 9771
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... manage.py is automatically created in each Django project. It does the same thing as django-admin but also s ... ULE environment variable so that it points to your project's settings.py file. The django-admin script should ... ystem check framework to inspect the entire Django project for common problems. By default, all apps will be ... he conf/locale (in the Django tree) or locale (for project and application) directory. After making changes t ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 9683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nfigure and control logging as part of your Django project. A number of logging handlers and logging calls ha ... emely useful features. To ensure that every Django project can benefit from these new features, Django ships ... is a consistent way to combine paths in templates. Project settings which provide either of both settings wit ... ere were lots of sessions. If you have an existing project that is using the database session backend, you do ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 9582
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lasses. A widget's template can be overridden by a project. (Reusable applications typically shouldn't overri ... lt-in templates because they might conflict with a project's custom templates.) The low-level render API ¶ Th ... se this backend, all the forms and widgets in your project and its third-party apps must have Jinja2 template ... requires you to make sure the form templates your project needs can be located. Context available in formset ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
How to use Django with Daphne — Django 4.0.6 ドキュメント 9304
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rver for UNIX, maintained by members of the Django project. It acts as the reference server for ASGI. Install ... alled (separated by a colon). For a typical Django project, invoking Daphne would look like: daphne myproject ... istening on 127.0.0.1:8000 . It requires that your project be on the Python path; to ensure that run this com ... percorn 関連キーワード Daphne , How , use , ASGI , project , server , called , process , command , Running ク ...
https://man.plustar.jp/django/howto/deployment/asgi/daphne.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 8937
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... previous | up | next » Organization of the Django Project ¶ Principles ¶ The Django Project is managed by a ... scribed in the Django Code of Conduct . The Django Project isn't a legal entity. The Django Software Foundati ... financial and legal matters related to the Django Project. Other than that, the Django Software Foundation l ... ets the Django Project manage the development of the Django framework, it ...
https://man.plustar.jp/django/internals/organization.html - [similar]
How to use Django with Hypercorn — Django 4.0.6 ドキュメント 8204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... alled (separated by a colon). For a typical Django project, invoking Hypercorn would look like: hypercorn myp ... istening on 127.0.0.1:8000 . It requires that your project be on the Python path; to ensure that run this com ... rn , How , use , ASGI , For , トピック , command , project , Installing , next クイック検索 Last update: 2022 ...
https://man.plustar.jp/django/howto/deployment/asgi/hypercorn.html - [similar]
WSGI とともにデプロイするには — Django 4.0.6 ドキュメント 8204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 関して Python の標準である WSGI です。 Django's startproject management command sets up a minimal default WSGI ... on for you, which you can tweak as needed for your project, and direct any WSGI-compliant application server ... いう名前のオブジェクトとして提供されています。 startproject コマンドは、この application 呼び出し可能オブジェク ... トを含む <project_name>/wsgi.py ファイルを生成します。 これは、Djang ...
https://man.plustar.jp/django/howto/deployment/wsgi/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT