検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 47 for package (0.013 sec.)
django.utils.module_loading — Django 4.0.6 ドキュメント 15550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dule_to_search ): raise def module_has_submodule ( package , module_name ): """See if 'module' is in 'package ... '.""" try : package_name = package . __name__ package_path = package . ... __path__ except AttributeError : # package isn't a package. return False full_module_name = p ... e try : return importlib_find ( full_module_name , package_path ) is not None except ModuleNotFoundError : # ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
サードパーティの Django ディストリビューション — Django 4.0.6 ドキュメント 10731
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... providing versions of Django integrated with their package-management systems. These can make installation an ... e adapters) that Django requires. Typically, these packages are based on the latest stable release of Django, ... check with your distributor to see if they already package Django. If you're using a Linux distro and don't k ... now how to find out if a package is available, then now is a good time to learn. Th ...
https://man.plustar.jp/django/misc/distributions.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 9530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... versions of the libraries are necessary. If binary packages aren't available for your platform, installation ... ses a program called objdump (part of the binutils package) to verify a shared library on GNU/Linux systems. ... atial libraries were built perfectly. The binutils package may be installed on Debian and Ubuntu systems usin ... s.app (easiest and recommended) Homebrew KyngChaos packages Fink MacPorts Building from source This section a ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Django 1.0.2 リリースノート — Django 4.0.6 ドキュメント 9530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .1 omitted some directories from the final release package, including one directory required by django.contri ... ontains updated packaging scripts, and the release package contains the directories omitted from Django 1.0.1 ... , contains , such , bug , contain , directories , package クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.0.2.html - [similar]
Installing SpatiaLite — Django 4.0.6 ドキュメント 9166
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t, check if you can install SpatiaLite from system packages or binaries. For example, on Debian-based distrib ... utions that package SpatiaLite 4.3+, try to install the libsqlite3-mod ... -spatialite package. For older releases install spatialite-bin . For m ... nd tools, macOS users can choose between KyngChaos packages and Homebrew . KyngChaos ¶ First, follow the inst ...
https://man.plustar.jp/django/ref/contrib/gis/install/spatialite.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 8922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l be turning our web-poll into a standalone Python package you can reuse in new projects and share with other ... 用可能性はPythonの生き様とも言えるものです。 Python Package Index (PyPI) にはあなたの Pythonプログラムに使用で ... むことのできる再利用可能なアプリについては、 Django Packages を見てみてください。Django そのものも、普通のPyth ... 用できるようにします。 パッケージ?アプリ? Python の package を使うと、関連する Python コードをまとめて再利用し ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 8573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent. Update version numbers and create the release package(s). Upload the package(s) to the djangoproject.com ... ou want to use. An install of some required Python packages: $ python -m pip install wheel twine Access to Dj ... for details on VERSION . If this is a pre-release package, update the "Development Status" trove classifier ... un make -f extras/Makefile to generate the release packages. This will create the release packages in a dist/ ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 8451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... irements will likely require some operating system packages that your computer doesn't have installed. You ca ... n usually figure out which package to install by doing a web search for the last line ... To run these tests, you must install the selenium package and run the tests with the --selenium=<BROWSERS> o ... selenium=firefox,chrome See the selenium.webdriver package for the list of available browsers. Specifying --s ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
アプリケーション — Django 4.0.6 ドキュメント 8451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 存しています。 There's no restriction that a project package can't also be considered an application and have m ... plication directory, e.g. '/usr/lib/pythonX.Y/dist-packages/django/contrib/admin' . In most cases, Django can ... tuations this is required; for instance if the app package is a namespace package with multiple paths. AppCon ... ich should be executed exactly one time. Namespace packages as apps ¶ Python packages without an __init__.py ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 8330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ase. Issue the relevant release(s), by placing new packages on the Python Package Index and on the Django web ... act address for reporting issues with their Django package, or for general security reporting. In either case ... gly preferred. On a case-by-case basis, individual package maintainers who have demonstrated a commitment to ...
https://man.plustar.jp/django/internals/security.html - [similar]
PREV 1 2 3 4 5 NEXT