検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 65 for install (0.052 sec.)
Django を使う — Django 4.0.6 ドキュメント 6498
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he と mod_wsgi のインストール データベースを動かす Install the Django code モデルとデータベース モデル クエリ ...
https://man.plustar.jp/django/topics/index.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 6498
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ook for templates in the templates subdirectory of installed applications. This generic name was kept for bac ... load %} tag. class Jinja2 ¶ Requires Jinja2 to be installed:   $ python -m pip install Jinja2 ...\> py -m ... pip install Jinja2 Set BACKEND to 'django.template.backends.ji ... s look for templates in the jinja2 subdirectory of installed applications. The most important entry in OPTION ...
https://man.plustar.jp/django/topics/templates.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6498
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . tests/test_settings.py ¶ SECRET_KEY = 'fake-key' INSTALLED_APPS = [ "tests" , ] This file contains the Djan ... ngs to run. Since the tests package is included in INSTALLED_APPS when running your tests, you can define tes ... . Creating the test databases. Running migrate to install models and initial data into the test databases. R ... = None ) ¶ Performs global pre-test setup, such as installing instrumentation for the template rendering syst ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 6441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... here any black , flake8 , or isort errors? You can install the pre-commit hooks to automatically catch these ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 6441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ol. You can download Git, but it's often easier to install with your operating system's package manager. Djan ... recommended that you also work using GitHub. After installing Git, the first thing you should do is set up yo ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 6441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -- views, stored procedures, etc.). The vestigial install command has been removed. Use syncdb . バックスラッ ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 6384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e mod_wsgi. You'll probably want to start with the installation and configuration documentation . 基本設定 ¶ ... Once you've got mod_wsgi installed and activated, edit your Apache server's httpd.c ... ービスを提供するように Apache に指示します。 If you install your project's Python dependencies inside a virtua ... ルを配信する ¶ When django.contrib.staticfiles is in INSTALLED_APPS , the Django development server automatical ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... types application that can track all of the models installed in your Django-powered project, providing a high ... e represent and store information about the models installed in your project, and new instances of ContentTyp ... are automatically created whenever new models are installed. Instances of ContentType have methods for retur ... of your models and instances of any model you have installed. Installing the contenttypes framework ¶ The con ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Full text search — Django 4.0.6 ドキュメント 6384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lookup, 'django.contrib.postgres' must be in your INSTALLED_APPS . SearchVector ¶ class SearchVector ( * exp ... ivate the pg_trgm extension on PostgreSQL. You can install it using the TrigramExtension migration operation. ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 6384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django-powered sites. Use it if your single Django installation powers more than one site and you need to dif ... he advantage of checking if the sites framework is installed, and return a RequestSite instance if it is not. ... ow these steps: Add 'django.contrib.sites' to your INSTALLED_APPS setting. Define a SITE_ID setting: SITE_ID ... vantage of it in a few places. Even if your Django installation is powering only a single site, you should ta ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT