开发者

How to use the databrowse app of django to view spatial data present in different tables of a postgres database?

开发者 https://www.devze.com 2023-03-10 16:41 出处:网络
Usually I have to import a model using this code . from maps.models import Parking I want to change the databrowse app that allows me to be able to subscribe to a whole data开发者_StackOverflow中文版

Usually I have to import a model using this code .

from maps.models import Parking

I want to change the databrowse app that allows me to be able to subscribe to a whole data开发者_StackOverflow中文版base of spatial data that I can view . Thus "Parking" would change into something else according to the search given . Is it possible to do that ?


I'm not sure if this is what you're looking for but it might be: http://geodjango.org/

0

精彩评论

暂无评论...
验证码 换一张
取 消