1
vote
1answer
678 views

Getting 'DatabaseOperations' object has no attribute 'geo_db_type' error when doing a syncdb

I'm attempting to run heroku run python manage.py syncdb on my GeoDjango app on Heroku, but I get the following error: AttributeError: 'DatabaseOperations' object has no attribute 'geo_db_type' All ...
4
votes
1answer
367 views

heroku outputs “error fetching custom buildpack”, but only sometimes

I have a Django project hosted on Heroku with a buildpack forked from cirlabs/heroku-buildpack-geodjango. Sometimes when I push to Heroku it responds with Counting objects: 16, done. Delta ...
4
votes
1answer
449 views

Errors running geodjango based apps on heroku

The problem I am trying to deploy my geodjango application to Heroku. The application runs but when I try to view either /admin/world/worldborder/ (the wolrd geodjango tutorial application) or my own ...