検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 65 for install (0.022 sec.)
GeoDjango Installation — Django 4.0.6 ドキュメント 13941
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Index | Modules « previous | up | next » GeoDjango Installation ¶ オーバービュー ¶ In general, GeoDjango inst ... ation requires: Python and Django Spatial database Installing Geospatial libraries Details for each of the re ... quirements and installation instructions are provided in the sections bel ... inary packages aren't available for your platform, installation from source may be required. When compiling t ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Installing SpatiaLite — Django 4.0.6 ドキュメント 12166
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » Installing SpatiaLite ¶ SpatiaLite adds spatial support to ... featured spatial database. First, check if you can install SpatiaLite from system packages or binaries. For e ... distributions that package SpatiaLite 4.3+, try to install the libsqlite3-mod-spatialite package. For older r ... eleases install spatialite-bin . For macOS, follow the instruction ...
https://man.plustar.jp/django/ref/contrib/gis/install/spatialite.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 11365
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » Installing Geospatial libraries ¶ GeoDjango uses and/or pr ... contrib.gis . On Debian/Ubuntu, you are advised to install the following packages which will install, directl ... the required geospatial libraries: $ sudo apt-get install binutils libproj-dev gdal-bin Please also consult ... on macOS or Windows . Building from source ¶ When installing from source on UNIX and GNU/Linux systems, plea ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 10220
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... our contributing tutorial . Next, clone your fork, install some requirements, and run the tests:   $ git cl ... django-repo $ cd django-repo/tests $ python -m pip install -e .. $ python -m pip install -r requirements/py3. ... go-repo ...\> cd django-repo\tests ...\> py -m pip install -e .. ...\> py -m pip install -r requirements\py3. ... txt ...\> runtests.py Installing the requirements will likely require some opera ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 9075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ストール方法 ¶ This document will guide you through installing Python 3.8 and Django on Windows. It also provi ... projects and does not reflect how Django should be installed when developing patches for Django itself. The s ... Python web framework, thus requiring Python to be installed on your machine. At the time of writing, Python ... 3.8 is the latest version. To install Python on your machine go to https://www.python.or ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Installing PostGIS — Django 4.0.6 ドキュメント 8788
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » Installing PostGIS ¶ PostGIS adds geographic object suppor ... a spatial database. GEOS , PROJ and GDAL should be installed prior to building PostGIS. You might also need a ... with PostGIS. On Debian/Ubuntu, you are advised to install the following packages: postgresql-x.x , postgresq ... 2 (x.x matching the PostgreSQL version you want to install). Alternately, you can build from source . Consult ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]
Coding style — Django 4.0.6 ドキュメント 8674
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... duce the number of CI runs. To use the tool, first install pre-commit and then the git hooks:   $ python -m ... pip install pre-commit $ pre-commit install ...\> py -m pip in ... stall pre-commit ...\> pre-commit install On the first commit pre-commit will install the ho ... oks, these are installed in their own environments and will take a short ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 8617
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ddress associated with the key you want to use. An install of some required Python packages: $ python -m pip ... <DATE>>. To use this file, you will need a working install of PGP or other compatible public-key encryption s ... -A.B.C.checksum.txt Test that the release packages install correctly using easy_install and pip . Here's one ... RSION | cut -c 1 -3 ` $ python -m venv django-easy-install $ . django-easy-install/bin/activate $ easy_instal ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 8502
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is right for your setup. Make sure you have Apache installed with the mod_wsgi module activated. Django will ... reate database tables for your models (after first installing Django and creating a project), you'll need to ... を作成するためのパーミッションが Django に必要です。 Install the Django code ¶ Installation instructions are sl ... ightly different depending on whether you're installing a distribution-specific package, downloading th ...
https://man.plustar.jp/django/topics/install.html - [similar]
Django を uWSGI とともに使うには? — Django 4.0.6 ドキュメント 7586
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。 前提条件: uWSGI ¶ uWSGI の wiki には、いくつかの installation procedures が記載されています。pip (Python の ... マンドでインストールすることができます。たとえば: # Install current stable version. $ python -m pip install uw ... sgi # Or install LTS ( long term support ) . $ python -m pip instal ...
https://man.plustar.jp/django/howto/deployment/wsgi/uwsgi.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT