検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 65 for install (0.059 sec.)
The Django admin documentation generator — Django 4.0.6 ドキュメント 6555
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... template tags, and template filters for any app in INSTALLED_APPS and makes that documentation available from ... he following: Add django.contrib.admindocs to your INSTALLED_APPS . Add path('admin/doc/', include('django.co ... /admin/doc/ don't get handled by the latter entry. Install the docutils Python module ( https://docutils.sour ... contrib.admindocs.middleware.XViewMiddleware to be installed. Once those steps are complete, you can start br ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 6555
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... P_PATH setting. Additionally, it is recommended to install the libmaxminddb C library , so that geoip2 can le ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 6555
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 01 Moved Permanently by default. インストール ¶ To install the redirects app, follow these steps: Ensure that ... the django.contrib.sites framework is installed . Add 'django.contrib.redirects' to your INSTALL ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 6555
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd point to it in your URLconf . インストール ¶ To install the sitemap app, follow these steps: Add 'django.c ... ontrib.sitemaps' to your INSTALLED_APPS setting. Make sure your TEMPLATES setting c ... s if you've changed that setting. Make sure you've installed the sites framework . (Note: The sitemap applica ... tion doesn't install any database tables. The only reason it needs to g ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6555
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... els.py and tests.py modules of a Python package in INSTALLED_APPS . The new runner ( django.test.runner.Disco ... ted anywhere in your codebase, rather than only in INSTALLED_APPS . For more details, see Django におけるテス ... ved in Django 1.8). To upgrade, you should first uninstall PIL, then install Pillow. ModelForm accepts severa ... efers to model 'auth.CustomUser' that has not been installed Time zone-aware day , month , and week_day looku ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 6555
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es issued by your code, Django provides a hook for installing wrapper functions around the execution of datab ... t around that call. They are, however, created and installed by user code, and so don't need a separate facto ... ry like middleware do. Installing a wrapper is done in a context manager -- so th ... To use this, you would create a logger object and install it as a wrapper: from django.db import connection ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6555
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s write a Selenium test. First of all, you need to install the selenium package into your Python path:   $ ... python -m pip install selenium ...\> py -m pip install selenium Then, ad ... fers other drivers in case you do not have Firefox installed or wish to use another browser. The example abov ... 参照してください。 いったんフィクスチャーを作成して INSTALLED_APPS 内ののどれかで fixtures ディクショナリに記述 ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 6498
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te the btree_gist extension on PostgreSQL. You can install it using the BtreeGistExtension migration operatio ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 6498
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t to use these applications, you no longer have to install their database tables. Django now has support for ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6498
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... no overhead of database or filesystem usage. After installing Memcached itself, you'll need to install a Memc ... After setting up the Redis server, you'll need to install Python bindings for Redis. redis-py is the binding ... supported natively by Django. Installing the additional hiredis-py package is also recom ... app_label , model_name = None , ** hints ): "Only install the cache model on primary" if app_label == 'djang ...
https://man.plustar.jp/django/topics/cache.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT