Monthly Archives: April 2010
deploying bucardo and solving a schema mismatch problem
In the process of deploying bucardo 4.4.0 to replicate a fairly large django database using postgresql 8.4, I ran into a tricky issue. Although I knew for certain that the database schemas were identical, bucardo still complained about a mismatch in the default value for the first table’s primary key column. Continue reading
displaying a google maps api v3 map in a django application with geodjango and postgis
In order to create a Google Maps API v3 map with django templates and views you can use the python modules django.contrib.gis.maps and specifically django.contrib.gis.maps.google. Continue reading
Posted in technology
Tagged django, geodatabase, geodjango, gis, google maps api, location based service, postgis, postgresql, spatial database
1 Comment
installing bucardo the hard way
It would seem that the bucardo_ctl installer script for version 4.4.0 has some problems. I spent a little time trying to fix the script, but it was too much of a pain. I found a great write up by Richard … Continue reading