検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 42 for GeoDjango (0.030 sec.)
Installing PostGIS — Django 4.0.6 ドキュメント 8639
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... equired for use as the database adapter when using GeoDjango with PostGIS. On Debian/Ubuntu, you are advised to ... ctly by running CREATE EXTENSION postgis_raster; . GeoDjango does not currently leverage any PostGIS topology f ... stgreSQL X ‣ SQL Shell ). For example, to create a geodjango spatial database and user, the following may be ex ... Shell as the postgres user: postgres # CREATE USER geodjango PASSWORD 'my_passwd'; postgres # CREATE DATABASE g ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]
Geographic Feeds — Django 4.0.6 ドキュメント 8268
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odules « previous | up | next » Geographic Feeds ¶ GeoDjango has its own Feed subclass that may embed location ... er the Simple GeoRSS or W3C Geo standards. Because GeoDjango's syndication API is a superset of Django's, pleas ... django.contrib.syndication.views.Feed base class, GeoDjango's Feed class provides the following overrides. Not ... Subclass SyndicationFeed Subclasses 前のトピックへ GeoDjango's admin site 次のトピックへ Geographic Sitemaps 関 ...
https://man.plustar.jp/django/ref/contrib/gis/feeds.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 7974
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the creation order of test databases for details. GeoDjango ¶ The function-based TEST_RUNNER previously used t ... o execute the GeoDjango test suite, django.contrib.gis.tests.run_gis_tests ... class-based test runner, django.contrib.gis.tests.GeoDjangoTestSuiteRunner , added in this release. In additio ... n, the GeoDjango test suite is now included when running the Django ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
GeoDjango's admin site — Django 4.0.6 ドキュメント 7927
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » GeoDjango's admin site ¶ GISModelAdmin ¶ New in Django 4.0. ... ass is deprecated. Use GISModelAdmin instead. 目次 GeoDjango's admin site GISModelAdmin GeoModelAdmin OSMGeoAdm ... in 前のトピックへ GeoDjango Management Commands 次のトピックへ Geographic Feed ...
https://man.plustar.jp/django/ref/contrib/gis/admin.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 7556
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » GeoDjango Model API ¶ This document explores the details of ... the GeoDjango Model API. Throughout this section, we'll be using ... eography Type documentation for more details. 目次 GeoDjango Model API Spatial Field Types GeometryField PointF ... 前のトピックへ Installing SpatiaLite 次のトピックへ GeoDjango Database API 関連キーワード spatial , geography , ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7432
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ased access control, or making a feed a named URL. GeoDjango ¶ The most significant new feature for GeoDjango i ... s.oracle django.contrib.gis.db.backends.spatialite GeoDjango now supports the rich capabilities added in the Po ... es returned when iterating over a Layer . Finally, GeoDjango's documentation is now included with Django's and ... is no longer hosted separately at geodjango.org . JavaScript-assisted handling of inline relat ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
GeoDjango Utilities — Django 4.0.6 ドキュメント 7385
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » GeoDjango Utilities ¶ The django.contrib.gis.utils module co ...
https://man.plustar.jp/django/ref/contrib/gis/utils.html - [similar]
Installing SpatiaLite — Django 4.0.6 ドキュメント 7308
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Frameworks/SQLite3.framework/Programs Finally, for GeoDjango to be able to find the KyngChaos SpatiaLite librar ... spatialite-tools $ brew install gdal Finally, for GeoDjango to be able to find the SpatiaLite library, add the ... w 前のトピックへ Installing PostGIS 次のトピックへ GeoDjango Model API 関連キーワード SpatiaLite , Installing , ...
https://man.plustar.jp/django/ref/contrib/gis/install/spatialite.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 7261
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f vector spatial data files (e.g. shapefiles) into GeoDjango models. This utility grew out of the author's pers ... ate system (e.g. WGS84), and then inserting into a GeoDjango model. 注釈 Use of LayerMapping requires GDAL. 警告 ... tem (WGS84) to the spatial reference system of the GeoDjango model (NAD83). If no spatial reference system is d ... ory MySQL: max_allowed_packet error 前のトピックへ GeoDjango Utilities 次のトピックへ OGR Inspection 関連キーワ ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 7138
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... allows storage of raw binary data in the database. GeoDjango form widgets ¶ GeoDjango now provides form fields ... l version 1.8. Removal of django.contrib.gis.tests.GeoDjangoTestSuiteRunner GeoDjango custom test runner ¶ This ... is for developers working on the GeoDjango application itself and related to the item above a ... in the test runners: The django.contrib.gis.tests.GeoDjangoTestSuiteRunner test runner has been removed and th ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
PREV 1 2 3 4 5 NEXT