Skip to content

filosi/pybab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pybab: python interface to geotree

Installation:

  • Install geotree_core, geotree_api_core and geotree_django in a postgresql database with postgis. Postgres must be at least version 9.2 and postgis must be at least version 2.0

  • Install the package in python:

python setup.py install
  • Add the following to your installed apps.
INSTALLED_APPS += ('pyhive.extra.django', 'pybab', 'pybab.api')

and this to your template loaders:

TEMPLATE_LOADERS += ('django.template.loaders.eggs.Loader',)
  • Tweack the settings
  • Enjoy

About

Geotree python interface

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 58.4%
  • PLpgSQL 40.8%
  • HTML 0.8%