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/
精彩评论